55 строки
5.5 KiB
YAML
55 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storage.ManagementPolicies"
|
|
fullName: "com.microsoft.azure.management.storage.ManagementPolicies"
|
|
name: "ManagementPolicies"
|
|
nameWithType: "ManagementPolicies"
|
|
summary: "Type representing Management<wbr>Policies."
|
|
syntax: "public interface **ManagementPolicies**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.storage.ManagementPolicy.DefinitionStages.Blank?alt=com.microsoft.azure.management.storage.ManagementPolicy.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner?alt=com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner&text=ManagementPoliciesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storage.ManagementPolicies.deleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.storage.ManagementPolicies.deleteAsync(String resourceGroupName, String accountName)"
|
|
name: "deleteAsync(String resourceGroupName, String accountName)"
|
|
nameWithType: "ManagementPolicies.deleteAsync(String resourceGroupName, String accountName)"
|
|
summary: "Deletes the managementpolicy associated with the specified storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case insensitive."
|
|
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 storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
name: "accountName"
|
|
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 accountName)"
|
|
desc: "Deletes the managementpolicy associated with the specified storage account."
|
|
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.storage.ManagementPolicies.getAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.storage.ManagementPolicies.getAsync(String resourceGroupName, String accountName)"
|
|
name: "getAsync(String resourceGroupName, String accountName)"
|
|
nameWithType: "ManagementPolicies.getAsync(String resourceGroupName, String accountName)"
|
|
summary: "Gets the managementpolicy associated with the specified storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case insensitive."
|
|
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 storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
name: "accountName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ManagementPolicy> getAsync(String resourceGroupName, String accountName)"
|
|
desc: "Gets the managementpolicy associated with the specified storage account."
|
|
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.storage.ManagementPolicy?alt=com.microsoft.azure.management.storage.ManagementPolicy&text=ManagementPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing ManagementPolicies."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.storage.ManagementPolicy.DefinitionStages.Blank?alt=com.microsoft.azure.management.storage.ManagementPolicy.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner?alt=com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner&text=ManagementPoliciesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storage"
|
|
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4
|