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