ArmSupportModelFactory.SupportQuotaChangeContent(String, String) Method
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.
public static Azure.ResourceManager.Support.Models.SupportQuotaChangeContent SupportQuotaChangeContent(string region = default, string payload = default);
static member SupportQuotaChangeContent : string * string -> Azure.ResourceManager.Support.Models.SupportQuotaChangeContent
Public Shared Function SupportQuotaChangeContent (Optional region As String = Nothing, Optional payload As String = Nothing) As SupportQuotaChangeContent
Parameters
- region
- String
Region for which the quota increase request is being made.
- payload
- String
Payload of the quota increase request.
Returns
A new SupportQuotaChangeContent instance for mocking.