QuotaRequestProperties 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
QuotaRequestProperties() |
Initializes a new instance of the QuotaRequestProperties class. |
QuotaRequestProperties(String, String, ServiceErrorDetail, Nullable<DateTime>, IList<SubRequest>) |
Initializes a new instance of the QuotaRequestProperties class. |
QuotaRequestProperties()
Initializes a new instance of the QuotaRequestProperties class.
public QuotaRequestProperties ();
Public Sub New ()
Applies to
QuotaRequestProperties(String, String, ServiceErrorDetail, Nullable<DateTime>, IList<SubRequest>)
Initializes a new instance of the QuotaRequestProperties class.
public QuotaRequestProperties (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.QuotaRequestProperties : 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.QuotaRequestProperties
Public Sub New (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
- 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.
Applies to
Azure SDK for .NET