JobAgentState Struct

Definition

The state of the job agent.

public readonly struct JobAgentState : IEquatable<Azure.ResourceManager.Sql.Models.JobAgentState>
type JobAgentState = struct
Public Structure JobAgentState
Implements IEquatable(Of JobAgentState)
Inheritance
JobAgentState
Implements

Constructors

JobAgentState(String)

Initializes a new instance of JobAgentState.

Properties

Creating

Creating.

Deleting

Deleting.

Disabled

Disabled.

Ready

Ready.

Updating

Updating.

Methods

Equals(JobAgentState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(JobAgentState, JobAgentState)

Determines if two JobAgentState values are the same.

Implicit(String to JobAgentState)

Converts a string to a JobAgentState.

Inequality(JobAgentState, JobAgentState)

Determines if two JobAgentState values are not the same.

Applies to