MediaService.PublicNetworkAccess プロパティ

定義

Media Services アカウントのリソースに対してパブリック ネットワーク アクセスを許可するかどうかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象