共用方式為


NetworkVerifierWorkspaceCollection.GetAllAsync Method

Definition

Gets list of Verifier Workspaces.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces
  • Operation Id: VerifierWorkspaces_List
  • Default Api Version: 2024-05-01
  • Resource: NetworkVerifierWorkspaceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource> GetAllAsync (string skipToken = default, int? skip = default, int? top = default, string sortKey = default, string sortValue = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkVerifierWorkspaceResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional sortKey As String = Nothing, Optional sortValue As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkVerifierWorkspaceResource)

Parameters

skipToken
String

Optional skip token.

skip
Nullable<Int32>

Optional num entries to skip.

top
Nullable<Int32>

Optional num entries to show.

sortKey
String

Optional key by which to sort.

sortValue
String

Optional sort value for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of NetworkVerifierWorkspaceResource that may take multiple service requests to iterate over.

Applies to