SecurityPostureReference Class
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSecurityPostureReference
Constructor
SecurityPostureReference(*, id: str | None = None, exclude_extensions: List[_models.VirtualMachineExtension] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest. # pylint: disable=line-too-long |
exclude_extensions
|
List of virtual machine extensions to exclude when applying the Security Posture. |
Variables
Name | Description |
---|---|
id
|
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest. # pylint: disable=line-too-long |
exclude_extensions
|
List of virtual machine extensions to exclude when applying the Security Posture. |
Azure SDK for Python