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