BlobInventoryPoliciesClient Interface
public interface BlobInventoryPoliciesClient
An instance of this class provides access to all the operations defined in BlobInventoryPoliciesClient.
Method Summary
Method Details
createOrUpdate
public abstract BlobInventoryPolicyInner createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)
Sets the blob inventory policy to the specified storage account.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Sets the blob inventory policy to the specified storage account.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Sets the blob inventory policy to the specified storage account.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Sets the blob inventory policy to the specified storage account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
Deletes the blob inventory policy associated with the specified storage account.
Parameters:
deleteAsync
public abstract Mono
Deletes the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
get
public abstract BlobInventoryPolicyInner get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the blob inventory policy associated with the specified storage account.
Parameters:
Returns:
Applies to
Azure SDK for Java