VirtualNetworkEncryption.Enforcement Property

Definition

Gets or sets if the encrypted VNet allows VM that does not support encryption. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to