ListBlobInventoryPolicy 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
ListBlobInventoryPolicy() |
Initializes a new instance of the ListBlobInventoryPolicy class. |
ListBlobInventoryPolicy(IList<BlobInventoryPolicy>) |
Initializes a new instance of the ListBlobInventoryPolicy class. |
ListBlobInventoryPolicy()
Initializes a new instance of the ListBlobInventoryPolicy class.
public ListBlobInventoryPolicy ();
Public Sub New ()
Applies to
ListBlobInventoryPolicy(IList<BlobInventoryPolicy>)
Initializes a new instance of the ListBlobInventoryPolicy class.
public ListBlobInventoryPolicy (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicy> value = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ListBlobInventoryPolicy : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.BlobInventoryPolicy> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ListBlobInventoryPolicy
Public Sub New (Optional value As IList(Of BlobInventoryPolicy) = Nothing)
Parameters
- value
- IList<BlobInventoryPolicy>
List of blob inventory policies.