次の方法で共有


VirtualNetworkEncryption.Enforcement プロパティ

定義

暗号化された VNet が暗号化をサポートしていない VM を許可するかどうかを取得または設定します。 使用できる値は、'DropUnencrypted'、'AllowUnencrypted' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象