ComputeSecurityPostureReference Class

Definition

Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01.

public class ComputeSecurityPostureReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ComputeSecurityPostureReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ComputeSecurityPostureReference>
type ComputeSecurityPostureReference = class
    interface IJsonModel<ComputeSecurityPostureReference>
    interface IPersistableModel<ComputeSecurityPostureReference>
Public Class ComputeSecurityPostureReference
Implements IJsonModel(Of ComputeSecurityPostureReference), IPersistableModel(Of ComputeSecurityPostureReference)
Inheritance
ComputeSecurityPostureReference
Implements

Constructors

ComputeSecurityPostureReference()

Initializes a new instance of ComputeSecurityPostureReference.

Properties

ExcludeExtensions

List of virtual machine extensions to exclude when applying the Security Posture.

Id

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest.

Explicit Interface Implementations

IJsonModel<ComputeSecurityPostureReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeSecurityPostureReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeSecurityPostureReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeSecurityPostureReference>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeSecurityPostureReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to