VipSwapOperationsExtensions.BeginCreate 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 une opération d’échange vip sur les services cloud échangeables.
public static void BeginCreate (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, Microsoft.Azure.Management.Network.Models.SwapResource parameters);
static member BeginCreate : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * Microsoft.Azure.Management.Network.Models.SwapResource -> unit
<Extension()>
Public Sub BeginCreate (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 vip pour le service cloud spécifié.
S’applique à
Azure SDK for .NET