NetworkManagementClientExtensions.ListNetworkManagerEffectiveConnectivityConfigurations 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.
Répertorier toutes les configurations de connectivité effective appliquées sur un réseau virtuel.
public static Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult ListNetworkManagerEffectiveConnectivityConfigurations (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default);
static member ListNetworkManagerEffectiveConnectivityConfigurations : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult
<Extension()>
Public Function ListNetworkManagerEffectiveConnectivityConfigurations (operations As INetworkManagementClient, parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing) As NetworkManagerEffectiveConnectivityConfigurationListResult
Paramètres
- operations
- INetworkManagementClient
Groupe d’opérations pour cette méthode d’extension.
- parameters
- QueryRequestOptions
Paramètres fournis pour lister la page correcte.
- resourceGroupName
- String
Nom du groupe de ressources.
- virtualNetworkName
- String
nom du réseau virtuel.
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