StackHci.EdgeDevicesValidateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IValidateResponse> EdgeDevicesValidateViaJsonStringWithResult(string resourceUri, string edgeDeviceName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync sender);
member this.EdgeDevicesValidateViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IValidateResponse>
Public Function EdgeDevicesValidateViaJsonStringWithResult (resourceUri As String, edgeDeviceName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IValidateResponse)

Parameters

resourceUri
String
edgeDeviceName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to