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

105 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches"
name: "Caches"
nameWithType: "Caches"
summary: "Type representing Caches."
syntax: "public interface **Caches**</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.CacheContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CacheContract.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.CachesInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.CachesInner&text=CachesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.deleteAsync(String resourceGroupName, String serviceName, String cacheId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String cacheId, String ifMatch)"
nameWithType: "Caches.deleteAsync(String resourceGroupName, String serviceName, String cacheId, String ifMatch)"
summary: "Deletes specific Cache."
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: "Identifier of the Cache entity. Cache identifier (should be either 'default' or valid Azure region identifier)."
name: "cacheId"
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 cacheId, String ifMatch)"
desc: "Deletes specific Cache."
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.Caches.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.getAsync(String resourceGroupName, String serviceName, String cacheId)"
name: "getAsync(String resourceGroupName, String serviceName, String cacheId)"
nameWithType: "Caches.getAsync(String resourceGroupName, String serviceName, String cacheId)"
summary: "Gets the details of the Cache 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: "Identifier of the Cache entity. Cache identifier (should be either 'default' or valid Azure region identifier)."
name: "cacheId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CacheContract> getAsync(String resourceGroupName, String serviceName, String cacheId)"
desc: "Gets the details of the Cache 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.CacheContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CacheContract&text=CacheContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.getEntityTagAsync(String resourceGroupName, String serviceName, String cacheId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String cacheId)"
nameWithType: "Caches.getEntityTagAsync(String resourceGroupName, String serviceName, String cacheId)"
summary: "Gets the entity state (Etag) version of the Cache 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: "Identifier of the Cache entity. Cache identifier (should be either 'default' or valid Azure region identifier)."
name: "cacheId"
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 cacheId)"
desc: "Gets the entity state (Etag) version of the Cache 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.Caches.listByServiceAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Caches.listByServiceAsync(String resourceGroupName, String serviceName)"
name: "listByServiceAsync(String resourceGroupName, String serviceName)"
nameWithType: "Caches.listByServiceAsync(String resourceGroupName, String serviceName)"
summary: "Lists a collection of all external Caches 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<CacheContract> listByServiceAsync(String resourceGroupName, String serviceName)"
desc: "Lists a collection of all external Caches 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.CacheContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CacheContract&text=CacheContract\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Caches."
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.CacheContract.DefinitionStages.Blank?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.CacheContract.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.CachesInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.CachesInner&text=CachesInner\" 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