Share via


ComputeNodeUpdateUserParameters.ExpiryTime Property

 

Optional. Gets or sets the time at which the account should expire. If omitted, the default is 1 day from the current time.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<DateTime> ExpiryTime { get; set; }
public:
property Nullable<DateTime> ExpiryTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member ExpiryTime : Nullable<DateTime> with get, set
Public Property ExpiryTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

ComputeNodeUpdateUserParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top