VipSwapOperationsExtensions.List(IVipSwapOperations, String, String) 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 Microsoft.Azure.Management.Network.Models.SwapResourceListResult List (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName);
static member List : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string -> Microsoft.Azure.Management.Network.Models.SwapResourceListResult
<Extension()>
Public Function List (operations As IVipSwapOperations, groupName As String, resourceName As String) As 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.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET