次の方法で共有


Subnet.PrivateEndpointNetworkPolicies プロパティ

定義

サブネット内のプライベート エンドポイントに対するネットワーク ポリシーの適用を有効または無効にするを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointNetworkPolicies")]
public string PrivateEndpointNetworkPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointNetworkPolicies")>]
member this.PrivateEndpointNetworkPolicies : string with get, set
Public Property PrivateEndpointNetworkPolicies As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象