共用方式為


BlobInventoryPoliciesOperationsExtensions Class

Definition

Extension methods for BlobInventoryPoliciesOperations.

public static class BlobInventoryPoliciesOperationsExtensions
type BlobInventoryPoliciesOperationsExtensions = class
Public Module BlobInventoryPoliciesOperationsExtensions
Inheritance
BlobInventoryPoliciesOperationsExtensions

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