Delen via


SapVirtualInstance.SapDatabaseInstancesCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapDatabaseInstance> SapDatabaseInstancesCreateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string sapVirtualInstanceName, string databaseInstanceName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.ISendAsync sender);
member this.SapDatabaseInstancesCreateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapDatabaseInstance>
Public Function SapDatabaseInstancesCreateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, sapVirtualInstanceName As String, databaseInstanceName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISapDatabaseInstance)

Parameters

subscriptionId
String
resourceGroupName
String
sapVirtualInstanceName
String
databaseInstanceName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to