Share via


VirtualNetworkLink.RegistrationEnabled Property

Definition

Gets or sets is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to