Quota.QuotaCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase> QuotaCreateOrUpdateWithResult (string scope, string resourceName, Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase body, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.QuotaCreateOrUpdateWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase * Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase>
Public Function QuotaCreateOrUpdateWithResult (scope As String, resourceName As String, body As ICurrentQuotaLimitBase, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ICurrentQuotaLimitBase)

Parameters

scope
String
resourceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to