Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobInventoryPolicyInner
-
Packages that use BlobInventoryPolicyInner 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. -
-
Uses of BlobInventoryPolicyInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobInventoryPolicyInner Modifier and Type Method Description BlobInventoryPolicyInnerBlobInventoryPoliciesClient. createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)Sets the blob inventory policy to the specified storage account.BlobInventoryPolicyInnerBlobInventoryPoliciesClient. 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 BlobInventoryPolicyInner Modifier and Type Method Description 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.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.com.azure.core.http.rest.PagedIterable<BlobInventoryPolicyInner>BlobInventoryPoliciesClient. list(String resourceGroupName, String accountName)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>BlobInventoryPoliciesClient. listAsync(String resourceGroupName, String accountName)Gets the blob inventory policy associated with the specified storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobInventoryPolicyInner Modifier and Type Method Description BlobInventoryPolicyInnerBlobInventoryPoliciesClient. 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. -
Uses of BlobInventoryPolicyInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobInventoryPolicyInner Modifier and Type Method Description BlobInventoryPolicyInnerBlobInventoryPolicyInner. 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 BlobInventoryPolicyInner Modifier and Type Method Description List<BlobInventoryPolicyInner>ListBlobInventoryPolicy. value()Get the value property: List of blob inventory policies.
-