108 строки
9.7 KiB
YAML
108 строки
9.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys"
|
|
name: "ApiPolicys"
|
|
nameWithType: "ApiPolicys"
|
|
summary: "Type representing Api<wbr>Policys."
|
|
syntax: "public interface **ApiPolicys**</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.ApiPolicyContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicyContract.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.ApiPolicysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiPolicysInner&text=ApiPolicysInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)"
|
|
name: "deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)"
|
|
nameWithType: "ApiPolicys.deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)"
|
|
summary: "Deletes the policy configuration at 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: "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 ifMatch)"
|
|
desc: "Deletes the policy configuration at 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.ApiPolicys.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.getAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
name: "getAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
nameWithType: "ApiPolicys.getAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
summary: "Get the policy configuration at the API 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: "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<ApiPolicyContract> getAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
desc: "Get the policy configuration at the API level."
|
|
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.ApiPolicyContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicyContract&text=ApiPolicyContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
nameWithType: "ApiPolicys.getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
summary: "Gets the entity state (Etag) version of the API policy 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\" />"
|
|
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
desc: "Gets the entity state (Etag) version of the API policy 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.ApiPolicys.listByApiAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicys.listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
name: "listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
nameWithType: "ApiPolicys.listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
summary: "Get the policy configuration at the API 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: "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<PolicyCollection> listByApiAsync(String resourceGroupName, String serviceName, String apiId)"
|
|
desc: "Get the policy configuration at the API level."
|
|
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.PolicyCollection?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PolicyCollection&text=PolicyCollection\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing ApiPolicys."
|
|
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.ApiPolicyContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiPolicyContract.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.ApiPolicysInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiPolicysInner&text=ApiPolicysInner\" 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
|