QuotaChangeRequest 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET