NetworkManagerDeploymentStatusOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Publier dans la liste de l’état du déploiement de Network Manager.
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
Paramètres
- operations
- INetworkManagerDeploymentStatusOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- NetworkManagerDeploymentStatusParameter
Paramètres fournis pour spécifier le status de déploiement de réseau managé.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkManagerName
- String
Nom du gestionnaire de réseau.
Paramètre de requête facultatif qui spécifie le nombre maximal d’enregistrements à retourner par le serveur.
Retours
S’applique à
Azure SDK for .NET