NetworkManagerDeploymentStatusOperationsExtensions.List 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.
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.
An optional query parameter which specifies the maximum number of records to be returned by the server.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.