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

149 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions"
name: "Subscriptions"
nameWithType: "Subscriptions"
summary: "Type representing Subscriptions."
syntax: "public interface **Subscriptions**</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.SubscriptionContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionContract.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.SubscriptionsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SubscriptionsInner&text=SubscriptionsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.deleteAsync(String resourceGroupName, String serviceName, String sid, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String sid, String ifMatch)"
nameWithType: "Subscriptions.deleteAsync(String resourceGroupName, String serviceName, String sid, String ifMatch)"
summary: "Deletes the specified subscription."
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: "Subscription entity Identifier. The entity represents the association between a user and a product in API Management."
name: "sid"
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 sid, String ifMatch)"
desc: "Deletes the specified subscription."
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.Subscriptions.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.getAsync(String resourceGroupName, String serviceName, String sid)"
name: "getAsync(String resourceGroupName, String serviceName, String sid)"
nameWithType: "Subscriptions.getAsync(String resourceGroupName, String serviceName, String sid)"
summary: "Gets the specified Subscription entity."
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: "Subscription entity Identifier. The entity represents the association between a user and a product in API Management."
name: "sid"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ProductSubscriptionContract> getAsync(String resourceGroupName, String serviceName, String sid)"
desc: "Gets the specified Subscription entity."
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.ProductSubscriptionContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductSubscriptionContract&text=ProductSubscriptionContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.getEntityTagAsync(String resourceGroupName, String serviceName, String sid)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String sid)"
nameWithType: "Subscriptions.getEntityTagAsync(String resourceGroupName, String serviceName, String sid)"
summary: "Gets the entity state (Etag) version of the apimanagement subscription 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: "Subscription entity Identifier. The entity represents the association between a user and a product in API Management."
name: "sid"
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 sid)"
desc: "Gets the entity state (Etag) version of the apimanagement subscription 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.Subscriptions.listAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.listAsync(String resourceGroupName, String serviceName)"
name: "listAsync(String resourceGroupName, String serviceName)"
nameWithType: "Subscriptions.listAsync(String resourceGroupName, String serviceName)"
summary: "Lists all subscriptions of the API Management 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<ProductSubscriptionContract> listAsync(String resourceGroupName, String serviceName)"
desc: "Lists all subscriptions of the API Management 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.ProductSubscriptionContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductSubscriptionContract&text=ProductSubscriptionContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.regeneratePrimaryKeyAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
name: "regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
nameWithType: "Subscriptions.regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
summary: "Regenerates primary key of existing subscription of the API Management 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\" />"
- description: "Subscription entity Identifier. The entity represents the association between a user and a product in API Management."
name: "sid"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
desc: "Regenerates primary key of existing subscription of the API Management service instance."
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.Subscriptions.regenerateSecondaryKeyAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Subscriptions.regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
name: "regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
nameWithType: "Subscriptions.regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
summary: "Regenerates secondary key of existing subscription of the API Management 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\" />"
- description: "Subscription entity Identifier. The entity represents the association between a user and a product in API Management."
name: "sid"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName, String sid)"
desc: "Regenerates secondary key of existing subscription of the API Management service instance."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing Subscriptions."
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.SubscriptionContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SubscriptionContract.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.SubscriptionsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SubscriptionsInner&text=SubscriptionsInner\" 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