Uses of Class
com.azure.resourcemanager.storage.fluent.models.ManagementPolicyInner
Packages that use ManagementPolicyInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of ManagementPolicyInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ManagementPolicyInnerModifier and TypeMethodDescriptionManagementPoliciesClient.createOrUpdate(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account.ManagementPoliciesClient.get(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Gets the managementpolicy associated with the specified storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ManagementPolicyInnerModifier and TypeMethodDescriptionManagementPoliciesClient.createOrUpdateAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account.com.azure.core.http.rest.Response<ManagementPolicyInner>ManagementPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties, com.azure.core.util.Context context) Sets the managementpolicy to the specified storage account.Mono<com.azure.core.http.rest.Response<ManagementPolicyInner>>ManagementPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account.ManagementPoliciesClient.getAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Gets the managementpolicy associated with the specified storage account.com.azure.core.http.rest.Response<ManagementPolicyInner>ManagementPoliciesClient.getWithResponse(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, com.azure.core.util.Context context) Gets the managementpolicy associated with the specified storage account.Mono<com.azure.core.http.rest.Response<ManagementPolicyInner>>ManagementPoliciesClient.getWithResponseAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Gets the managementpolicy associated with the specified storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type ManagementPolicyInnerModifier and TypeMethodDescriptionManagementPoliciesClient.createOrUpdate(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account.ManagementPoliciesClient.createOrUpdateAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account.com.azure.core.http.rest.Response<ManagementPolicyInner>ManagementPoliciesClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties, com.azure.core.util.Context context) Sets the managementpolicy to the specified storage account.Mono<com.azure.core.http.rest.Response<ManagementPolicyInner>>ManagementPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties) Sets the managementpolicy to the specified storage account. -
Uses of ManagementPolicyInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ManagementPolicyInnerModifier and TypeMethodDescriptionManagementPolicyInner.withPolicy(ManagementPolicySchema policy) Set the policy property: The Storage Account ManagementPolicy, in JSON format.