Oracle.DbNodesActionViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNode> DbNodesActionViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string cloudvmclustername, string dbnodeocid, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync sender);
member this.DbNodesActionViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNode>
Public Function DbNodesActionViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, cloudvmclustername As String, dbnodeocid As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDbNode)

Parameters

subscriptionId
String
resourceGroupName
String
cloudvmclustername
String
dbnodeocid
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to