azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

117 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations"
name: "ApiOperations"
nameWithType: "ApiOperations"
summary: "Type representing Api<wbr>Operations."
syntax: "public interface **ApiOperations**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiOperationsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiOperationsInner&text=ApiOperationsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)"
nameWithType: "ApiOperations.deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)"
summary: "Deletes the specified operation in the API."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number."
name: "apiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Operation identifier within an API. Must be unique in the current API Management service instance."
name: "operationId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
name: "ifMatch"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)"
desc: "Deletes the specified operation in the API."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
name: "getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
nameWithType: "ApiOperations.getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
summary: "Gets the details of the API Operation specified by its identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number."
name: "apiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Operation identifier within an API. Must be unique in the current API Management service instance."
name: "operationId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<OperationContract> getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
desc: "Gets the details of the API Operation specified by its identifier."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract&text=OperationContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
nameWithType: "ApiOperations.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
summary: "Gets the entity state (Etag) version of the API operation specified by its identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number."
name: "apiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Operation identifier within an API. Must be unique in the current API Management service instance."
name: "operationId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)"
desc: "Gets the entity state (Etag) version of the API operation specified by its identifier."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.listByApiAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiOperations.listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
name: "listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
nameWithType: "ApiOperations.listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
summary: "Lists a collection of the operations for the specified API."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number."
name: "apiId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<OperationContract> listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
desc: "Lists a collection of the operations for the specified API."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract&text=OperationContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing ApiOperations."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiOperationsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiOperationsInner&text=ApiOperationsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1