Class GrpcVmExistsRequest
Determines whether a specfic virtual machine exists. This request returns a GrpcVmExistsReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcVmExistsRequest
Constructors
GrpcVmExistsRequest()
Default constructor.
Declaration
public GrpcVmExistsRequest()
GrpcVmExistsRequest(string)
Constructor.
Declaration
public GrpcVmExistsRequest(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 |