| 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.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ManagementPolicyInner> |
ManagementPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName,
ManagementPolicySchema policy)
Sets the managementpolicy to the specified storage account.
|
com.azure.core.http.rest.Response<ManagementPolicyInner> |
ManagementPoliciesClient.createOrUpdateWithResponse(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName,
ManagementPolicySchema policy,
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,
ManagementPolicySchema policy)
Sets the managementpolicy to the specified storage account.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicySchema |
ManagementPolicyInner.policy()
Get the policy property: The Storage Account ManagementPolicy, in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyInner |
ManagementPolicyInner.withPolicy(ManagementPolicySchema policy)
Set the policy property: The Storage Account ManagementPolicy, in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicySchema |
ManagementPolicy.policy() |
ManagementPolicySchema |
ManagementPolicySchema.withRules(List<ManagementPolicyRule> rules)
Set the rules property: The Storage Account ManagementPolicies Rules.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicy.Update |
ManagementPolicy.UpdateStages.WithPolicy.withPolicy(ManagementPolicySchema policy)
Specifies policy.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.