| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyInner |
ManagementPoliciesClient.createOrUpdate(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName)
Sets the managementpolicy to the specified storage account.
|
Mono<ManagementPolicyInner> |
ManagementPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
ManagementPolicyName managementPolicyName)
Sets the managementpolicy to the specified storage account.
|
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.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static ManagementPolicyName |
ManagementPolicyName.DEFAULT
Static value default for ManagementPolicyName.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementPolicyName |
ManagementPolicyName.fromString(String name)
Creates or finds a ManagementPolicyName from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.