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(Object, String, 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(Object, String, Nullable<DateTime>, IList<SubRequest>)
Initializes a new instance of the QuotaRequestProperties class.
public QuotaRequestProperties (object provisioningState = default, string message = default, DateTime? requestSubmitTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SubRequest> value = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaRequestProperties : obj * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SubRequest> -> Microsoft.Azure.Management.Reservations.Models.QuotaRequestProperties
Public Sub New (Optional provisioningState As Object = Nothing, Optional message As String = Nothing, Optional requestSubmitTime As Nullable(Of DateTime) = Nothing, Optional value As IList(Of SubRequest) = Nothing)
Parameters
- provisioningState
- Object
The quota request status.
- message
- String
User friendly status message.
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.
Applies to
Azure SDK for .NET