Show / Hide Table of Contents

Class AgentCommand

  • An AgentCommand specifies a one-time executable program for the agent to run.
Inheritance
object
AgentCommand
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 AgentCommand : IDirectResponseSchema

Properties

Command

command is the name of the agent one-time executable that will be invoked.

Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Parameters

parameters is a map of key/value pairs that can be used to specify additional one-time executable settings.

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX