IBlobInventoryPoliciesOperations Interface

Definition

BlobInventoryPoliciesOperations operations.

public interface IBlobInventoryPoliciesOperations
type IBlobInventoryPoliciesOperations = interface
Public Interface IBlobInventoryPoliciesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, BlobInventoryPolicySchema, SystemData, Dictionary<String,List<String>>, CancellationToken)

Sets the blob inventory policy to the specified storage account.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the blob inventory policy associated with the specified storage account.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the blob inventory policy associated with the specified storage account.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the blob inventory policy associated with the specified storage account.

Extension Methods

CreateOrUpdate(IBlobInventoryPoliciesOperations, String, String, BlobInventoryPolicySchema, SystemData)

Sets the blob inventory policy to the specified storage account.

CreateOrUpdateAsync(IBlobInventoryPoliciesOperations, String, String, BlobInventoryPolicySchema, SystemData, CancellationToken)

Sets the blob inventory policy to the specified storage account.

Delete(IBlobInventoryPoliciesOperations, String, String)

Deletes the blob inventory policy associated with the specified storage account.

DeleteAsync(IBlobInventoryPoliciesOperations, String, String, CancellationToken)

Deletes the blob inventory policy associated with the specified storage account.

Get(IBlobInventoryPoliciesOperations, String, String)

Gets the blob inventory policy associated with the specified storage account.

GetAsync(IBlobInventoryPoliciesOperations, String, String, CancellationToken)

Gets the blob inventory policy associated with the specified storage account.

List(IBlobInventoryPoliciesOperations, String, String)

Gets the blob inventory policy associated with the specified storage account.

ListAsync(IBlobInventoryPoliciesOperations, String, String, CancellationToken)

Gets the blob inventory policy associated with the specified storage account.

Applies to