IVipSwapOperations Interface
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.
Opérations VipSwapOperations.
public interface IVipSwapOperations
type IVipSwapOperations = interface
Public Interface IVipSwapOperations
Méthodes
BeginCreateWithHttpMessagesAsync(String, String, SwapResource, Dictionary<String,List<String>>, CancellationToken) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
CreateWithHttpMessagesAsync(String, String, SwapResource, Dictionary<String,List<String>>, CancellationToken) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient le 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 |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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 |
Méthodes d’extension
BeginCreate(IVipSwapOperations, String, String, SwapResource) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
BeginCreateAsync(IVipSwapOperations, String, String, SwapResource, CancellationToken) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
Create(IVipSwapOperations, String, String, SwapResource) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
CreateAsync(IVipSwapOperations, String, String, SwapResource, CancellationToken) |
Effectue une opération d’échange vip sur les services cloud échangeables. |
Get(IVipSwapOperations, String, String) |
Obtient le 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 |
GetAsync(IVipSwapOperations, String, String, CancellationToken) |
Obtient le 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 |
List(IVipSwapOperations, String, String) |
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 |
ListAsync(IVipSwapOperations, String, String, CancellationToken) |
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 |
S’applique à
Azure SDK for .NET