QuotaRequestDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QuotaRequestDetails() |
Initializes a new instance of the QuotaRequestDetails class. |
QuotaRequestDetails(String, String, String, String, String, ServiceErrorDetail, Nullable<DateTime>, IList<SubRequest>) |
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, String, String, String, ServiceErrorDetail, Nullable<DateTime>, IList<SubRequest>)
Initializes a new instance of the QuotaRequestDetails class.
public QuotaRequestDetails (string id = default, string name = default, string type = default, string provisioningState = default, string message = default, Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail error = default, DateTime? requestSubmitTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> value = default);
new Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails : string * string * string * string * string * Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> -> Microsoft.Azure.Management.Quota.Models.QuotaRequestDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional message As String = Nothing, Optional error As ServiceErrorDetail = Nothing, Optional requestSubmitTime As Nullable(Of DateTime) = Nothing, Optional value As IList(Of SubRequest) = Nothing)
Parameters
- id
- String
Quota request ID.
- name
- String
Quota request name.
- type
- String
Resource type. "Microsoft.Quota/quotas".
- provisioningState
- String
The quota request status. Possible values include: 'Accepted', 'Invalid', 'Succeeded', 'Failed', 'InProgress'
- message
- String
User-friendly status message.
- error
- ServiceErrorDetail
Error details of the quota request.
The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
- value
- IList<SubRequest>
Quota request details.