Condividi tramite


DateAfterCreation Constructors

Definition

Overloads

DateAfterCreation()

Initializes a new instance of the DateAfterCreation class.

DateAfterCreation(Double)

Initializes a new instance of the DateAfterCreation class.

DateAfterCreation()

Initializes a new instance of the DateAfterCreation class.

public DateAfterCreation ();
Public Sub New ()

Applies to

DateAfterCreation(Double)

Initializes a new instance of the DateAfterCreation class.

public DateAfterCreation (double daysAfterCreationGreaterThan);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation : double -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation
Public Sub New (daysAfterCreationGreaterThan As Double)

Parameters

daysAfterCreationGreaterThan
Double

Value indicating the age in days after creation

Applies to