你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IA2AReplicationDetails.VMEncryptionType Property

Definition

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

Applies to