Condividi tramite


QuotaChangeRequest Constructors

Definition

Overloads

QuotaChangeRequest()

Initializes a new instance of the QuotaChangeRequest class.

QuotaChangeRequest(String, String)

Initializes a new instance of the QuotaChangeRequest class.

QuotaChangeRequest()

Initializes a new instance of the QuotaChangeRequest class.

public QuotaChangeRequest ();
Public Sub New ()

Applies to

QuotaChangeRequest(String, String)

Initializes a new instance of the QuotaChangeRequest class.

public QuotaChangeRequest (string region = default, string payload = default);
new Microsoft.Azure.Management.Support.Models.QuotaChangeRequest : string * string -> Microsoft.Azure.Management.Support.Models.QuotaChangeRequest
Public Sub New (Optional region As String = Nothing, Optional payload As String = Nothing)

Parameters

region
String

Region for which the quota increase request is being made.

payload
String

Payload of the quota increase request.

Applies to