BlobInventoryCreationTime 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
BlobInventoryCreationTime() |
Initializes a new instance of the BlobInventoryCreationTime class. |
BlobInventoryCreationTime(Nullable<Int32>) |
Initializes a new instance of the BlobInventoryCreationTime class. |
BlobInventoryCreationTime()
Initializes a new instance of the BlobInventoryCreationTime class.
public BlobInventoryCreationTime ();
Public Sub New ()
Applies to
BlobInventoryCreationTime(Nullable<Int32>)
Initializes a new instance of the BlobInventoryCreationTime class.
public BlobInventoryCreationTime (int? lastNDays = default);
new Microsoft.Azure.Management.Storage.Models.BlobInventoryCreationTime : Nullable<int> -> Microsoft.Azure.Management.Storage.Models.BlobInventoryCreationTime
Public Sub New (Optional lastNDays As Nullable(Of Integer) = Nothing)
Parameters
When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500.