Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicyName
Packages that use BlobInventoryPolicyName
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of BlobInventoryPolicyName in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobInventoryPolicyNameModifier and TypeMethodDescriptionBlobInventoryPoliciesClient.createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties) Sets the blob inventory policy to the specified storage account.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.voidBlobInventoryPoliciesClient.delete(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName) Deletes the blob inventory policy associated with the specified storage account.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.BlobInventoryPoliciesClient.deleteWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName) Deletes the blob inventory policy associated with the specified storage account.BlobInventoryPoliciesClient.get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName) Gets the blob inventory policy associated with the specified storage account.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. -
Uses of BlobInventoryPolicyName in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as BlobInventoryPolicyNameModifier and TypeFieldDescriptionstatic final BlobInventoryPolicyNameBlobInventoryPolicyName.DEFAULTStatic value default for BlobInventoryPolicyName.Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicyNameModifier and TypeMethodDescriptionstatic BlobInventoryPolicyNameBlobInventoryPolicyName.fromString(String name) Creates or finds a BlobInventoryPolicyName from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobInventoryPolicyNameModifier and TypeMethodDescriptionstatic Collection<BlobInventoryPolicyName> BlobInventoryPolicyName.values()Gets known BlobInventoryPolicyName values.