IGroupQuotaSubscriptionRequestStatusProperties.RequestSubmitTime Property

Definition

The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ

[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestSubmitTime", Update=true)]
public DateTime? RequestSubmitTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestSubmitTime", Update=true)>]
member this.RequestSubmitTime : Nullable<DateTime> with get, set
Public Property RequestSubmitTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to