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

108 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys"
name: "ProductPolicys"
nameWithType: "ProductPolicys"
summary: "Type representing Product<wbr>Policys."
syntax: "public interface **ProductPolicys**</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.ProductPolicyContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicyContract.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.ProductPolicysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductPolicysInner&text=ProductPolicysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.deleteAsync(String resourceGroupName, String serviceName, String productId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String productId, String ifMatch)"
nameWithType: "ProductPolicys.deleteAsync(String resourceGroupName, String serviceName, String productId, String ifMatch)"
summary: "Deletes the policy configuration at the 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: "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 productId, String ifMatch)"
desc: "Deletes the policy configuration at the 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.ProductPolicys.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.getAsync(String resourceGroupName, String serviceName, String productId)"
name: "getAsync(String resourceGroupName, String serviceName, String productId)"
nameWithType: "ProductPolicys.getAsync(String resourceGroupName, String serviceName, String productId)"
summary: "Get the policy configuration at the Product level."
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<ProductPolicyContract> getAsync(String resourceGroupName, String serviceName, String productId)"
desc: "Get the policy configuration at the Product level."
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.ProductPolicyContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicyContract&text=ProductPolicyContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.getEntityTagAsync(String resourceGroupName, String serviceName, String productId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String productId)"
nameWithType: "ProductPolicys.getEntityTagAsync(String resourceGroupName, String serviceName, String productId)"
summary: "Get the ETag of the policy configuration at the Product level."
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 Completable getEntityTagAsync(String resourceGroupName, String serviceName, String productId)"
desc: "Get the ETag of the policy configuration at the Product level."
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.ProductPolicys.listByProductAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicys.listByProductAsync(String resourceGroupName, String serviceName, String productId)"
name: "listByProductAsync(String resourceGroupName, String serviceName, String productId)"
nameWithType: "ProductPolicys.listByProductAsync(String resourceGroupName, String serviceName, String productId)"
summary: "Get the policy configuration at the Product level."
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<PolicyCollection> listByProductAsync(String resourceGroupName, String serviceName, String productId)"
desc: "Get the policy configuration at the Product level."
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.PolicyCollection?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PolicyCollection&text=PolicyCollection\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing ProductPolicys."
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.ProductPolicyContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ProductPolicyContract.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.ProductPolicysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductPolicysInner&text=ProductPolicysInner\" 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