你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityPostureReferenceUpdate Class
Specifies the security posture to be used in the scale set. Minimum api-version: 2023-03-01.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSecurityPostureReferenceUpdate
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
|
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
|
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. |