IQuotaTicketDetails.QuotaChangeRequest Property
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.
This property is required for providing the region and new quota limits.
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="This property is required for providing the region and new quota limits.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaChangeRequest) }, Read=true, ReadOnly=false, Required=false, SerializedName="quotaChangeRequests", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaChangeRequest> QuotaChangeRequest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="This property is required for providing the region and new quota limits.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaChangeRequest) }, Read=true, ReadOnly=false, Required=false, SerializedName="quotaChangeRequests", Update=true)>]
member this.QuotaChangeRequest : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IQuotaChangeRequest> with get, set
Public Property QuotaChangeRequest As List(Of IQuotaChangeRequest)
Property Value
- Attributes