ManagedNetworkFabric.NetworkFabricsValidateConfigurationWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationResponse> NetworkFabricsValidateConfigurationWithResult(string subscriptionId, string resourceGroupName, string networkFabricName, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationProperties body, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.NetworkFabricsValidateConfigurationWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationProperties * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IValidateConfigurationResponse>
Public Function NetworkFabricsValidateConfigurationWithResult (subscriptionId As String, resourceGroupName As String, networkFabricName As String, body As IValidateConfigurationProperties, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IValidateConfigurationResponse)

Parameters

subscriptionId
String
resourceGroupName
String
networkFabricName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to