NetworkVerifierWorkspaceCollection.GetAllAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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.