Partager via


ManagedCluster.AllowRdpAccess Propriété

Définition

Obtient ou définit la valeur true pour permettre l’accès RDP à la machine virtuelle. La règle NSG par défaut ouvre le port RDP sur Internet, qui peut être remplacé par des règles de sécurité réseau personnalisées. La valeur par défaut de ce paramètre est false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowRdpAccess")]
public bool? AllowRdpAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowRdpAccess")>]
member this.AllowRdpAccess : Nullable<bool> with get, set
Public Property AllowRdpAccess As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à