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" |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python