JobAgentState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET