共用方式為


QuotaRequestDetails Constructors

Definition

Overloads

QuotaRequestDetails()

Initializes a new instance of the QuotaRequestDetails class.

QuotaRequestDetails(String, String, Object, String, Nullable<DateTime>, IList<SubRequest>, String)

Initializes a new instance of the QuotaRequestDetails class.

QuotaRequestDetails()

Initializes a new instance of the QuotaRequestDetails class.

public QuotaRequestDetails ();
Public Sub New ()

Applies to

QuotaRequestDetails(String, String, Object, String, Nullable<DateTime>, IList<SubRequest>, String)

Initializes a new instance of the QuotaRequestDetails class.

public QuotaRequestDetails (string id = default, string name = default, object provisioningState = default, string message = default, DateTime? requestSubmitTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SubRequest> value = default, string type = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails : string * string * obj * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SubRequest> * string -> Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional provisioningState As Object = Nothing, Optional message As String = Nothing, Optional requestSubmitTime As Nullable(Of DateTime) = Nothing, Optional value As IList(Of SubRequest) = Nothing, Optional type As String = Nothing)

Parameters

id
String

Quota request ID.

name
String

Quota request name.

provisioningState
Object

The quota request status.

message
String

User friendly status message.

requestSubmitTime
Nullable<DateTime>

The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

value
IList<SubRequest>

The quotaRequests.

type
String

Resource type

Applies to