Partager via


VipSwapOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste de SwapResource qui identifie le type d’emplacement pour le service cloud spécifié. Le type d’emplacement sur un service cloud peut être Intermédiaire ou Production

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResourceListResult> ListAsync (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResourceListResult>
<Extension()>
Public Function ListAsync (operations As IVipSwapOperations, groupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SwapResourceListResult)

Paramètres

operations
IVipSwapOperations

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

groupName
String

Nom du groupe de ressources.

resourceName
String

Nom du service cloud.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à