Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobInventoryPolicyInner
Packages that use BlobInventoryPolicyInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of BlobInventoryPolicyInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobInventoryPolicyInnerModifier and TypeMethodDescriptionBlobInventoryPoliciesClient.createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties) Sets the blob inventory policy to the specified storage account.BlobInventoryPoliciesClient.get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName) Gets the blob inventory policy associated with the specified storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobInventoryPolicyInnerModifier and TypeMethodDescriptionBlobInventoryPoliciesClient.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.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.com.azure.core.http.rest.PagedIterable<BlobInventoryPolicyInner> Gets the blob inventory policy associated with the specified storage account.com.azure.core.http.rest.PagedIterable<BlobInventoryPolicyInner> BlobInventoryPoliciesClient.list(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the blob inventory policy associated with the specified storage account.com.azure.core.http.rest.PagedFlux<BlobInventoryPolicyInner> Gets the blob inventory policy associated with the specified storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobInventoryPolicyInnerModifier 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. -
Uses of BlobInventoryPolicyInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobInventoryPolicyInnerModifier and TypeMethodDescriptionstatic BlobInventoryPolicyInnerBlobInventoryPolicyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryPolicyInner from the JsonReader.BlobInventoryPolicyInner.withPolicy(BlobInventoryPolicySchema policy) Set the policy property: The storage account blob inventory policy object. -
Uses of BlobInventoryPolicyInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobInventoryPolicyInnerModifier and TypeMethodDescriptionListBlobInventoryPolicy.value()Get the value property: List of blob inventory policies.