VipSwapOperationsExtensions.ListAsync 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.
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 à
Azure SDK for .NET