Share via


BlobInventoryPolicyRule Constructors

Definition

Overloads

BlobInventoryPolicyRule()

Initializes a new instance of the BlobInventoryPolicyRule class.

BlobInventoryPolicyRule(Boolean, 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, BlobInventoryPolicyDefinition)

Initializes a new instance of the BlobInventoryPolicyRule class.

public BlobInventoryPolicyRule (bool enabled, string name, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyDefinition definition);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyRule : bool * string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyDefinition -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicyRule
Public Sub New (enabled As Boolean, name 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.

definition
BlobInventoryPolicyDefinition

An object that defines the blob inventory policy rule.

Applies to