你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobInventoryPolicySchema Constructors

Definition

Overloads

BlobInventoryPolicySchema()

Initializes a new instance of the BlobInventoryPolicySchema class.

BlobInventoryPolicySchema(Boolean, String, IList<BlobInventoryPolicyRule>)

Initializes a new instance of the BlobInventoryPolicySchema class.

BlobInventoryPolicySchema()

Initializes a new instance of the BlobInventoryPolicySchema class.

public BlobInventoryPolicySchema ();
Public Sub New ()

Applies to

BlobInventoryPolicySchema(Boolean, String, IList<BlobInventoryPolicyRule>)

Initializes a new instance of the BlobInventoryPolicySchema class.

public BlobInventoryPolicySchema (bool enabled, string destination, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyRule> rules);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicySchema : bool * string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyRule> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicySchema
Public Sub New (enabled As Boolean, destination As String, rules As IList(Of BlobInventoryPolicyRule))

Parameters

enabled
Boolean

Policy is enabled if set to true.

destination
String

Container name where blob inventory files are stored. Must be pre-created.

rules
IList<BlobInventoryPolicyRule>

The storage account blob inventory policy rules. The rule is applied when it is enabled.

Applies to