다음을 통해 공유


SecurityPostureReference.ExcludeExtensions Property

Definition

Gets or sets list of virtual machine extensions to exclude when applying the Security Posture.

[Newtonsoft.Json.JsonProperty(PropertyName="excludeExtensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension> ExcludeExtensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludeExtensions")>]
member this.ExcludeExtensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension> with get, set
Public Property ExcludeExtensions As IList(Of VirtualMachineExtension)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to