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

105 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets"
name: "ApiVersionSets"
nameWithType: "ApiVersionSets"
summary: "Type representing Api<wbr>Version<wbr>Sets."
syntax: "public interface **ApiVersionSets**</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.ApiVersionSetContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContract.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.ApiVersionSetsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiVersionSetsInner&text=ApiVersionSetsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.deleteAsync(String resourceGroupName, String serviceName, String versionSetId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String versionSetId, String ifMatch)"
nameWithType: "ApiVersionSets.deleteAsync(String resourceGroupName, String serviceName, String versionSetId, String ifMatch)"
summary: "Deletes specific Api Version Set."
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 Version Set identifier. Must be unique in the current API Management service instance."
name: "versionSetId"
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 versionSetId, String ifMatch)"
desc: "Deletes specific Api Version Set."
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.ApiVersionSets.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.getAsync(String resourceGroupName, String serviceName, String versionSetId)"
name: "getAsync(String resourceGroupName, String serviceName, String versionSetId)"
nameWithType: "ApiVersionSets.getAsync(String resourceGroupName, String serviceName, String versionSetId)"
summary: "Gets the details of the Api Version Set 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 Version Set identifier. Must be unique in the current API Management service instance."
name: "versionSetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ApiVersionSetContract> getAsync(String resourceGroupName, String serviceName, String versionSetId)"
desc: "Gets the details of the Api Version Set 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.ApiVersionSetContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContract&text=ApiVersionSetContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.getEntityTagAsync(String resourceGroupName, String serviceName, String versionSetId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String versionSetId)"
nameWithType: "ApiVersionSets.getEntityTagAsync(String resourceGroupName, String serviceName, String versionSetId)"
summary: "Gets the entity state (Etag) version of the Api Version Set 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 Version Set identifier. Must be unique in the current API Management service instance."
name: "versionSetId"
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 versionSetId)"
desc: "Gets the entity state (Etag) version of the Api Version Set 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.ApiVersionSets.listByServiceAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSets.listByServiceAsync(String resourceGroupName, String serviceName)"
name: "listByServiceAsync(String resourceGroupName, String serviceName)"
nameWithType: "ApiVersionSets.listByServiceAsync(String resourceGroupName, String serviceName)"
summary: "Lists a collection of API Version Sets in the specified service instance."
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\" />"
syntax: "public abstract Observable<ApiVersionSetContract> listByServiceAsync(String resourceGroupName, String serviceName)"
desc: "Lists a collection of API Version Sets in the specified service instance."
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.ApiVersionSetContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContract&text=ApiVersionSetContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing ApiVersionSets."
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.ApiVersionSetContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiVersionSetContract.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.ApiVersionSetsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiVersionSetsInner&text=ApiVersionSetsInner\" 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