QuotaRequestOneResourceSubmitResponse 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
QuotaRequestOneResourceSubmitResponse() |
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class. |
QuotaRequestOneResourceSubmitResponse(String, String, String, Object, String, Nullable<DateTime>, QuotaProperties) |
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class. |
QuotaRequestOneResourceSubmitResponse()
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class.
public QuotaRequestOneResourceSubmitResponse ();
Public Sub New ()
Applies to
QuotaRequestOneResourceSubmitResponse(String, String, String, Object, String, Nullable<DateTime>, QuotaProperties)
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class.
public QuotaRequestOneResourceSubmitResponse (string id = default, string name = default, string type = default, object provisioningState = default, string message = default, DateTime? requestSubmitTime = default, Microsoft.Azure.Management.Reservations.Models.QuotaProperties properties = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaRequestOneResourceSubmitResponse : string * string * string * obj * string * Nullable<DateTime> * Microsoft.Azure.Management.Reservations.Models.QuotaProperties -> Microsoft.Azure.Management.Reservations.Models.QuotaRequestOneResourceSubmitResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As Object = Nothing, Optional message As String = Nothing, Optional requestSubmitTime As Nullable(Of DateTime) = Nothing, Optional properties As QuotaProperties = Nothing)
Parameters
- id
- String
The quota request ID.
- name
- String
The name of the quota request.
- type
- String
Type of resource. "Microsoft.Capacity/ServiceLimits"
- 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.
- properties
- QuotaProperties
Quota properties for the resource.
Applies to
Azure SDK for .NET