Freigeben über


Autoscale.AutoscaleSettingsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleSettingResource> AutoscaleSettingsUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string autoscaleSettingName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.ISendAsync sender);
member this.AutoscaleSettingsUpdateViaJsonStringWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleSettingResource>
Public Function AutoscaleSettingsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, autoscaleSettingName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAutoscaleSettingResource)

Parameters

subscriptionId
String
resourceGroupName
String
autoscaleSettingName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to