Show / Hide Table of Contents

Class Command

  • Command specifies the type of command to execute.
Inheritance
object
Command
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Command : IDirectResponseSchema

Properties

AgentCommand

AgentCommand specifies a one-time executable program for the agent to run.

Declaration
[JsonProperty("agentCommand")]
public virtual AgentCommand AgentCommand { get; set; }
Property Value
Type Description
AgentCommand

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ShellCommand

ShellCommand is invoked via the agent's command line executor.

Declaration
[JsonProperty("shellCommand")]
public virtual ShellCommand ShellCommand { get; set; }
Property Value
Type Description
ShellCommand

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX