IA2AReplicationDetails.VMEncryptionType Property
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.
The encryption type of the VM.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The encryption type of the VM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMEncryptionType) }, ReadOnly=true, Required=false, SerializedName="vmEncryptionType")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMEncryptionType? VMEncryptionType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The encryption type of the VM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMEncryptionType) }, ReadOnly=true, Required=false, SerializedName="vmEncryptionType")>]
member this.VMEncryptionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMEncryptionType>
Public ReadOnly Property VMEncryptionType As Nullable(Of VMEncryptionType)
Property Value
- Attributes