Interface ManagementPolicies
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner>
,SupportsCreating<ManagementPolicy.DefinitionStages.Blank>
@Beta
public interface ManagementPolicies
extends SupportsCreating<ManagementPolicy.DefinitionStages.Blank>, HasInner<com.microsoft.azure.management.storage.implementation.ManagementPoliciesInner>
Type representing ManagementPolicies.
-
Method Summary
Modifier and TypeMethodDescriptionrx.Completable
deleteAsync
(String resourceGroupName, String accountName) Deletes the managementpolicy associated with the specified storage account.rx.Observable<ManagementPolicy>
Gets the managementpolicy associated with the specified storage account.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
-
Method Details
-
getAsync
Gets the managementpolicy associated with the specified storage account.- Parameters:
resourceGroupName
- The name of the resource group within the user's subscription. The name is case insensitive.accountName
- 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.- Returns:
- the observable for the request
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
deleteAsync
Deletes the managementpolicy associated with the specified storage account.- Parameters:
resourceGroupName
- The name of the resource group within the user's subscription. The name is case insensitive.accountName
- 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.- Returns:
- the observable for the request
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-