Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyName
Packages that use ManagementPolicyName
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicyName in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type ManagementPolicyNameModifier 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.voidManagementPoliciesClient.delete(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Deletes the managementpolicy associated with the specified storage account.ManagementPoliciesClient.deleteAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Deletes the managementpolicy associated with the specified storage account.com.azure.core.http.rest.Response<Void>ManagementPoliciesClient.deleteWithResponse(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, com.azure.core.util.Context context) Deletes the managementpolicy associated with the specified storage account.ManagementPoliciesClient.deleteWithResponseAsync(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Deletes the managementpolicy associated with the specified storage account.ManagementPoliciesClient.get(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName) Gets the managementpolicy associated with 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. -
Uses of ManagementPolicyName in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ManagementPolicyNameModifier and TypeFieldDescriptionstatic final ManagementPolicyNameManagementPolicyName.DEFAULTStatic value default for ManagementPolicyName.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyNameModifier and TypeMethodDescriptionstatic ManagementPolicyNameManagementPolicyName.fromString(String name) Creates or finds a ManagementPolicyName from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ManagementPolicyNameModifier and TypeMethodDescriptionstatic Collection<ManagementPolicyName>ManagementPolicyName.values()Gets known ManagementPolicyName values.