ServiceLinker.ConnectorValidateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IValidateOperationResult> ConnectorValidateWithResult(string subscriptionId, string resourceGroupName, string location, string connectorName, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.ISendAsync sender);
member this.ConnectorValidateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.IValidateOperationResult>
Public Function ConnectorValidateWithResult (subscriptionId As String, resourceGroupName As String, location As String, connectorName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IValidateOperationResult)

Parameters

subscriptionId
String
resourceGroupName
String
location
String
connectorName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to