| 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<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.
|
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicySchema |
BlobInventoryPolicyInner.policy()
Get the policy property: The storage account blob inventory policy object.
|
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicyInner |
BlobInventoryPolicyInner.withPolicy(BlobInventoryPolicySchema policy)
Set the policy property: The storage account blob inventory policy object.
|
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicySchema |
BlobInventoryPolicySchema.withDestination(String destination)
Set the destination property: Container name where blob inventory files are stored.
|
BlobInventoryPolicySchema |
BlobInventoryPolicySchema.withEnabled(boolean enabled)
Set the enabled property: Policy is enabled if set to true.
|
BlobInventoryPolicySchema |
BlobInventoryPolicySchema.withRules(List<BlobInventoryPolicyRule> rules)
Set the rules property: The storage account blob inventory policy rules.
|
BlobInventoryPolicySchema |
BlobInventoryPolicySchema.withType(InventoryRuleType type)
Set the type property: The valid value is Inventory.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.