BlobInventoryPolicySchema Constructors

Definition

Overloads

BlobInventoryPolicySchema()

Initializes a new instance of the BlobInventoryPolicySchema class.

BlobInventoryPolicySchema(Boolean, IList<BlobInventoryPolicyRule>, String)

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, IList<BlobInventoryPolicyRule>, String)

Initializes a new instance of the BlobInventoryPolicySchema class.

public BlobInventoryPolicySchema (bool enabled, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule> rules, string destination = default);
new Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule> * string -> Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema
Public Sub New (enabled As Boolean, rules As IList(Of BlobInventoryPolicyRule), Optional destination As String = Nothing)

Parameters

enabled
Boolean

Policy is enabled if set to true.

rules
IList<BlobInventoryPolicyRule>

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

destination
String

Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination'

Applies to