Freigeben über


IInMageAzureV2ReplicationDetails.TargetVMId Property

Definition

The ARM Id of the target Azure VM. This value will be null until the VM is failed over. Only after failure it will be populated with the ARM Id of the Azure VM.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The ARM Id of the target Azure VM. This value will be null until the VM is failed over. Only after failure it will be populated with the ARM Id of the Azure VM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetVmId")]
public string TargetVMId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The ARM Id of the target Azure VM. This value will be null until the VM is failed over. Only after failure it will be populated with the ARM Id of the Azure VM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetVmId")>]
member this.TargetVMId : string with get, set
Public Property TargetVMId As String

Property Value

Attributes

Applies to