VideoAnalyzerUpdate.PublicNetworkAccess Property

Definition

Gets or sets whether or not public network access is allowed for resources under the Video Analyzer account. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess? PublicNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")>]
member this.PublicNetworkAccess : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As Nullable(Of PublicNetworkAccess)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to