Aracılığıyla paylaş


NetworkManagerDeploymentStatusOperationsExtensions.List Method

Definition

Post to List of Network Manager Deployment Status.

public static Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult List (this Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations operations, Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter parameters, string resourceGroupName, string networkManagerName, int? top = default);
static member List : Microsoft.Azure.Management.Network.INetworkManagerDeploymentStatusOperations * Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult
<Extension()>
Public Function List (operations As INetworkManagerDeploymentStatusOperations, parameters As NetworkManagerDeploymentStatusParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing) As 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.

Returns

Applies to