PSDateAfterCreation 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
PSDateAfterCreation() | |
PSDateAfterCreation(DateAfterCreation) | |
PSDateAfterCreation(Int32) | |
PSDateAfterCreation(Int32, Nullable<Int32>) |
PSDateAfterCreation()
public PSDateAfterCreation ();
Public Sub New ()
Applies to
PSDateAfterCreation(DateAfterCreation)
public PSDateAfterCreation (Microsoft.Azure.Management.Storage.Models.DateAfterCreation data);
new Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation : Microsoft.Azure.Management.Storage.Models.DateAfterCreation -> Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation
Public Sub New (data As DateAfterCreation)
Parameters
- data
- DateAfterCreation
Applies to
PSDateAfterCreation(Int32)
public PSDateAfterCreation (int daysAfterCreationGreaterThan);
new Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation : int -> Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation
Public Sub New (daysAfterCreationGreaterThan As Integer)
Parameters
- daysAfterCreationGreaterThan
- Int32
Applies to
PSDateAfterCreation(Int32, Nullable<Int32>)
public PSDateAfterCreation (int daysAfterCreationGreaterThan, int? DaysAfterLastTierChangeGreaterThan);
new Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation : int * Nullable<int> -> Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation
Public Sub New (daysAfterCreationGreaterThan As Integer, DaysAfterLastTierChangeGreaterThan As Nullable(Of Integer))
Parameters
- daysAfterCreationGreaterThan
- Int32