IInMageRcmFailbackReplicationDetails.AzureVirtualMachineId 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 ARM Id of the azure VM.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The ARM Id of the azure VM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="azureVirtualMachineId")]
public string AzureVirtualMachineId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The ARM Id of the azure VM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="azureVirtualMachineId")>]
member this.AzureVirtualMachineId : string
Public ReadOnly Property AzureVirtualMachineId As String
Property Value
- Attributes