SecurityPostureReferenceUpdate Class

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

Inheritance
azure.mgmt.compute._serialization.Model
SecurityPostureReferenceUpdate

Constructor

SecurityPostureReferenceUpdate(*, id: str | None = None, exclude_extensions: List[str] | None = None, is_overridable: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. # pylint: disable=line-too-long

exclude_extensions

The list of virtual machine extension names to exclude when applying the security posture.

is_overridable

Whether the security posture can be overridden by the user.

Variables

Name Description
id
str

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. # pylint: disable=line-too-long

exclude_extensions

The list of virtual machine extension names to exclude when applying the security posture.

is_overridable

Whether the security posture can be overridden by the user.