NetworkManagerResource.GetNetworkVerifierWorkspaceAsync Method

Definition

Gets Verifier Workspace.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource>> GetNetworkVerifierWorkspaceAsync(string workspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkVerifierWorkspaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource>>
override this.GetNetworkVerifierWorkspaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource>>
Public Overridable Function GetNetworkVerifierWorkspaceAsync (workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkVerifierWorkspaceResource))

Parameters

workspaceName
String

The name of the resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workspaceName is null.

workspaceName is an empty string, and was expected to be non-empty.

Applies to