89 строки
8.1 KiB
YAML
89 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups"
|
|
name: "ProductGroups"
|
|
nameWithType: "ProductGroups"
|
|
summary: "Type representing Product<wbr>Groups."
|
|
syntax: "public interface **ProductGroups**</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\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductGroupsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductGroupsInner&text=ProductGroupsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups.checkEntityExistsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups.checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
name: "checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
nameWithType: "ProductGroups.checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
summary: "Checks that Group entity specified by identifier is associated with the Product 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: "Product identifier. Must be unique in the current API Management service instance."
|
|
name: "productId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Group identifier. Must be unique in the current API Management service instance."
|
|
name: "groupId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
desc: "Checks that Group entity specified by identifier is associated with the Product entity."
|
|
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.ProductGroups.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups.deleteAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
name: "deleteAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
nameWithType: "ProductGroups.deleteAsync(String resourceGroupName, String serviceName, String productId, String groupId)"
|
|
summary: "Deletes the association between the specified group and product."
|
|
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: "Product identifier. Must be unique in the current API Management service instance."
|
|
name: "productId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Group identifier. Must be unique in the current API Management service instance."
|
|
name: "groupId"
|
|
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 productId, String groupId)"
|
|
desc: "Deletes the association between the specified group and product."
|
|
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.ProductGroups.listByProductAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroups.listByProductAsync(String resourceGroupName, String serviceName, String productId)"
|
|
name: "listByProductAsync(String resourceGroupName, String serviceName, String productId)"
|
|
nameWithType: "ProductGroups.listByProductAsync(String resourceGroupName, String serviceName, String productId)"
|
|
summary: "Lists the collection of developer groups associated with the specified product."
|
|
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: "Product identifier. Must be unique in the current API Management service instance."
|
|
name: "productId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ProductGroupContract> listByProductAsync(String resourceGroupName, String serviceName, String productId)"
|
|
desc: "Lists the collection of developer groups associated with the specified product."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract&text=ProductGroupContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing ProductGroups."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductGroupContract.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductGroupsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductGroupsInner&text=ProductGroupsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
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
|