BlobInventoryPolicyRule 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
BlobInventoryPolicyRule() |
Initializes a new instance of the BlobInventoryPolicyRule class. |
BlobInventoryPolicyRule(Boolean, String, String, BlobInventoryPolicyDefinition) |
Initializes a new instance of the BlobInventoryPolicyRule class. |
BlobInventoryPolicyRule()
Initializes a new instance of the BlobInventoryPolicyRule class.
public BlobInventoryPolicyRule ();
Public Sub New ()
Applies to
BlobInventoryPolicyRule(Boolean, String, String, BlobInventoryPolicyDefinition)
Initializes a new instance of the BlobInventoryPolicyRule class.
public BlobInventoryPolicyRule (bool enabled, string name, string destination, Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition definition);
new Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule : bool * string * string * Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyDefinition -> Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicyRule
Public Sub New (enabled As Boolean, name As String, destination As String, definition As BlobInventoryPolicyDefinition)
Parameters
- enabled
- Boolean
Rule is enabled when set to true.
- name
- String
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
- destination
- String
Container name where blob inventory files are stored. Must be pre-created.
- definition
- BlobInventoryPolicyDefinition
An object that defines the blob inventory policy rule.