ManagementPolicyInner |
ManagementPoliciesClient.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.
|
void |
ManagementPoliciesClient.delete(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName) |
Deletes the managementpolicy associated with the specified storage account.
|
Mono<Void> |
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.
|
Mono<com.azure.core.http.rest.Response<Void>> |
ManagementPoliciesClient.deleteWithResponseAsync(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName) |
Deletes the managementpolicy associated with the specified storage account.
|
ManagementPolicyInner |
ManagementPoliciesClient.get(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName) |
Gets the managementpolicy associated with 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.
|