Show / Hide Table of Contents

Class AgentTimingInfo

VM timing information

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

Properties

AgentStartupTime

object representation of AgentStartupTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AgentStartupTimeDateTimeOffset instead.")]
public virtual object AgentStartupTime { get; set; }
Property Value
Type Description
object

AgentStartupTimeDateTimeOffset

DateTimeOffset representation of AgentStartupTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? AgentStartupTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

AgentStartupTimeRaw

Agent startup time

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

BootTime

object representation of BootTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BootTimeDateTimeOffset instead.")]
public virtual object BootTime { get; set; }
Property Value
Type Description
object

BootTimeDateTimeOffset

DateTimeOffset representation of BootTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BootTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BootTimeRaw

Boot timestamp of the VM OS

Declaration
[JsonProperty("bootTime")]
public virtual string BootTimeRaw { 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

ScriptStartupTime

object representation of ScriptStartupTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ScriptStartupTimeDateTimeOffset instead.")]
public virtual object ScriptStartupTime { get; set; }
Property Value
Type Description
object

ScriptStartupTimeDateTimeOffset

DateTimeOffset representation of ScriptStartupTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ScriptStartupTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ScriptStartupTimeRaw

Startup time of the Batch VM script.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX