Partager via


NetworkWatchersOperationsExtensions.GetTopologyAsync Méthode

Définition

Obtient la topologie réseau actuelle par groupe de ressources.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner> GetTopologyAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Fluent.Models.TopologyParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetTopologyAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.TopologyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner>
<Extension()>
Public Function GetTopologyAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As TopologyParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TopologyInner)

Paramètres

operations
INetworkWatchersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkWatcherName
String

Nom de l’observateur de réseau.

parameters
TopologyParameters

Paramètres qui définissent la représentation de la topologie.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à