Class GrpcGetVmRequest
Returns information about a specific virtual machine. This request returns a GrpcGetVmReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcGetVmRequest
Constructors
GrpcGetVmRequest()
Default constructor.
Declaration
public GrpcGetVmRequest()
GrpcGetVmRequest(string)
Constructor.
Declaration
public GrpcGetVmRequest(string machineName)
Parameters
Type | Name | Description |
---|---|---|
string | machineName | Specifies the machine name. |
Properties
MachineName
Identifies the desired virtual machine.
Declaration
[DataMember(Order = 1)]
public string? MachineName { get; set; }
Property Value
Type | Description |
---|---|
string |