ManagedInstanceUpdate.PublicDataEndpointEnabled Property

Definition

Gets or sets whether or not the public data endpoint is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to