SqlVirtualMachineManagementClient.SqlVirtualMachineGroupsCreateOrUpdateViaJsonString Method

Definition

update a SQL virtual machine group.

public System.Threading.Tasks.Task SqlVirtualMachineGroupsCreateOrUpdateViaJsonString(string subscriptionId, string resourceGroupName, string sqlVirtualMachineGroupName, string jsonString, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineGroup>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.ISendAsync sender);
member this.SqlVirtualMachineGroupsCreateOrUpdateViaJsonString : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineGroup>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function SqlVirtualMachineGroupsCreateOrUpdateViaJsonString (subscriptionId As String, resourceGroupName As String, sqlVirtualMachineGroupName As String, jsonString As String, onOk As Func(Of HttpResponseMessage, Task(Of ISqlVirtualMachineGroup), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

subscriptionId
String

Subscription ID that identifies an Azure subscription.

resourceGroupName
String

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

sqlVirtualMachineGroupName
String

Name of the SQL virtual machine group.

jsonString
String

Json string supplied to the SqlVirtualMachineGroupsCreateOrUpdate operation

onOk
Func<HttpResponseMessage,Task<ISqlVirtualMachineGroup>,Task>

a delegate that is called when the remote service returns 200 (OK).

onDefault
Func<HttpResponseMessage,Task<IErrorResponse>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to