BlobInventoryPolicySchema Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.