| 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 |
|---|---|
BlobInventoryPolicyInner |
BlobInventoryPoliciesClient.createOrUpdate(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Sets the blob inventory policy to the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Sets the blob inventory policy to the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
BlobInventoryPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicySchema policy)
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,
BlobInventoryPolicySchema policy,
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,
BlobInventoryPolicySchema policy)
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.
|
| Modifier and Type | Field and Description |
|---|---|
static BlobInventoryPolicyName |
BlobInventoryPolicyName.DEFAULT
Static value default for BlobInventoryPolicyName.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobInventoryPolicyName |
BlobInventoryPolicyName.fromString(String name)
Creates or finds a BlobInventoryPolicyName from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.