LoadBalancingRule.EnableFloatingIP Propriété
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 ou définit configure le point de terminaison d’une machine virtuelle pour la fonctionnalité IP flottante requise pour configurer un groupe de disponibilité SQL AlwaysOn. Ce paramètre est requis lors de l’utilisation des groupes de disponibilité SQL AlwaysOn dans SQL Server. Ce paramètre ne peut pas être modifié après avoir créé le point de terminaison.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFloatingIP")]
public bool? EnableFloatingIP { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFloatingIP")>]
member this.EnableFloatingIP : Nullable<bool> with get, set
Public Property EnableFloatingIP As Nullable(Of Boolean)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET