Show / Hide Table of Contents

Class ExecStep

A step that runs an executable for a PatchJob.

Inheritance
object
ExecStep
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.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ExecStep : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LinuxExecStepConfig

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

Declaration
[JsonProperty("linuxExecStepConfig")]
public virtual ExecStepConfig LinuxExecStepConfig { get; set; }
Property Value
Type Description
ExecStepConfig

WindowsExecStepConfig

The ExecStepConfig for all Windows VMs targeted by the PatchJob.

Declaration
[JsonProperty("windowsExecStepConfig")]
public virtual ExecStepConfig WindowsExecStepConfig { get; set; }
Property Value
Type Description
ExecStepConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX