Uses of Class
com.azure.resourcemanager.storage.fluent.models.ManagementPolicyInner
-
Packages that use ManagementPolicyInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models 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 ManagementPolicyInner Modifier and Type Method Description ManagementPolicyInnerManagementPoliciesClient. createOrUpdate(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties)Sets the managementpolicy to the specified storage account.ManagementPolicyInnerManagementPoliciesClient. 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 ManagementPolicyInner Modifier and Type Method Description Mono<ManagementPolicyInner>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.Mono<ManagementPolicyInner>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 ManagementPolicyInner Modifier and Type Method Description ManagementPolicyInnerManagementPoliciesClient. createOrUpdate(String resourceGroupName, String accountName, ManagementPolicyName managementPolicyName, ManagementPolicyInner properties)Sets the managementpolicy to the specified storage account.Mono<ManagementPolicyInner>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 ManagementPolicyInner Modifier and Type Method Description ManagementPolicyInnerManagementPolicyInner. withPolicy(ManagementPolicySchema policy)Set the policy property: The Storage Account ManagementPolicy, in JSON format.
-