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" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python