ArmComputeModelFactory.OSDiskImageSecurityProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.OSDiskImageSecurityProfile OSDiskImageSecurityProfile(Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType? confidentialVmEncryptionType = default, string secureVmDiskEncryptionSetId = default);
static member OSDiskImageSecurityProfile : Nullable<Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType> * string -> Azure.ResourceManager.Compute.Models.OSDiskImageSecurityProfile
Public Shared Function OSDiskImageSecurityProfile (Optional confidentialVmEncryptionType As Nullable(Of ConfidentialVmEncryptionType) = Nothing, Optional secureVmDiskEncryptionSetId As String = Nothing) As OSDiskImageSecurityProfile
Parameters
- confidentialVmEncryptionType
- Nullable<ConfidentialVmEncryptionType>
confidential VM encryption types.
- secureVmDiskEncryptionSetId
- String
secure VM disk encryption set id.
Returns
A new OSDiskImageSecurityProfile instance for mocking.