NetworkManagerDeploymentStatusOperationsExtensions.ListAsync Method

Definition

Post to List of Network Manager Deployment Status.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult> ListAsync (this Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations operations, Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter parameters, string resourceGroupName, string networkManagerName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations * Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult>
<Extension()>
Public Function ListAsync (operations As INetworkManagerDeploymentStatusOperations, parameters As NetworkManagerDeploymentStatusParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkManagerDeploymentStatusListResult)

Parameters

operations
INetworkManagerDeploymentStatusOperations

The operations group for this extension method.

parameters
NetworkManagerDeploymentStatusParameter

Parameters supplied to specify which Managed Network deployment status is.

resourceGroupName
String

The name of the resource group.

networkManagerName
String

The name of the network manager.

top
Nullable<Int32>

An optional query parameter which specifies the maximum number of records to be returned by the server.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to