BlobInventoryPolicyInner |
BlobInventoryPoliciesClient.createOrUpdate(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicyInner properties) |
Sets the blob inventory policy to the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicyInner properties) |
Sets the blob inventory policy to the specified storage account.
|
com.azure.core.http.rest.Response<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.createOrUpdateWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicyInner properties,
com.azure.core.util.Context context) |
Sets the blob inventory policy to the specified storage account.
|
Mono<com.azure.core.http.rest.Response<BlobInventoryPolicyInner>> |
BlobInventoryPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicyInner properties) |
Sets the blob inventory policy to the specified storage account.
|
void |
BlobInventoryPoliciesClient.delete(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Deletes the blob inventory policy associated with the specified storage account.
|
Mono<Void> |
BlobInventoryPoliciesClient.deleteAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Deletes the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.Response<Void> |
BlobInventoryPoliciesClient.deleteWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
com.azure.core.util.Context context) |
Deletes the blob inventory policy associated with the specified storage account.
|
Mono<com.azure.core.http.rest.Response<Void>> |
BlobInventoryPoliciesClient.deleteWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Deletes the blob inventory policy associated with the specified storage account.
|
BlobInventoryPolicyInner |
BlobInventoryPoliciesClient.get(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Gets the blob inventory policy associated with the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.getAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Gets the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.Response<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.getWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
com.azure.core.util.Context context) |
Gets the blob inventory policy associated with the specified storage account.
|
Mono<com.azure.core.http.rest.Response<BlobInventoryPolicyInner>> |
BlobInventoryPoliciesClient.getWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName) |
Gets the blob inventory policy associated with the specified storage account.
|