QuotaRequestSubmitResponse201 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
QuotaRequestSubmitResponse201() |
Initializes a new instance of the QuotaRequestSubmitResponse201 class. |
QuotaRequestSubmitResponse201(String, String, String, Object, String) |
Initializes a new instance of the QuotaRequestSubmitResponse201 class. |
QuotaRequestSubmitResponse201()
Initializes a new instance of the QuotaRequestSubmitResponse201 class.
public QuotaRequestSubmitResponse201 ();
Public Sub New ()
Applies to
QuotaRequestSubmitResponse201(String, String, String, Object, String)
Initializes a new instance of the QuotaRequestSubmitResponse201 class.
public QuotaRequestSubmitResponse201 (string id = default, string name = default, string type = default, object provisioningState = default, string message = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaRequestSubmitResponse201 : string * string * string * obj * string -> Microsoft.Azure.Management.Reservations.Models.QuotaRequestSubmitResponse201
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)
Parameters
- id
- String
The quota request ID. Use the requestId parameter to check the request status.
- name
- String
Operation ID
- type
- String
Resource type
- provisioningState
- Object
The details of the quota request status.
- message
- String
A user friendly message.
Applies to
Azure SDK for .NET