DiskSecurityProfile Class
Contains the security related information for the resource.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDiskSecurityProfile
Constructor
DiskSecurityProfile(*, security_type: str | _models.DiskSecurityTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
security_type
|
Specifies the SecurityType of the VM. Applicable for OS disks only. "TrustedLaunch" |
Variables
Name | Description |
---|---|
security_type
|
Specifies the SecurityType of the VM. Applicable for OS disks only. "TrustedLaunch" |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python