ISessionHost.VirtualMachineId 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.
Virtual Machine Id of SessionHost's underlying virtual machine.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Virtual Machine Id of SessionHost's underlying virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="virtualMachineId")]
public string VirtualMachineId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Virtual Machine Id of SessionHost's underlying virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="virtualMachineId")>]
member this.VirtualMachineId : string
Public ReadOnly Property VirtualMachineId As String
Property Value
- Attributes