VipSwapOperationsExtensions.Create 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.
Effectue l’opération d’échange vip sur les services cloud échangeables.
public static void Create (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, Microsoft.Azure.Management.Network.Models.SwapResource parameters);
static member Create : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * Microsoft.Azure.Management.Network.Models.SwapResource -> unit
<Extension()>
Public Sub Create (operations As IVipSwapOperations, groupName As String, resourceName As String, parameters As SwapResource)
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.
- parameters
- SwapResource
Objet SwapResource où le type d’emplacement doit être l’emplacement cible après l’échange d’adresses ip virtuelles pour le service cloud spécifié.
S’applique à
Azure SDK for .NET