CloudPool.AllocationStateTransitionTime Property

Definition

Gets or sets the time at which the Pool entered its current allocation state.

[Newtonsoft.Json.JsonProperty(PropertyName="allocationStateTransitionTime")]
public DateTime? AllocationStateTransitionTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allocationStateTransitionTime")>]
member this.AllocationStateTransitionTime : Nullable<DateTime> with get, set
Public Property AllocationStateTransitionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to