Share via


AutomationAccountState Struct

Definition

Gets status of account.

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

Constructors

AutomationAccountState(String)

Initializes a new instance of AutomationAccountState.

Properties

Ok

Ok.

Suspended

Suspended.

Unavailable

Unavailable.

Methods

Equals(AutomationAccountState)

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(AutomationAccountState, AutomationAccountState)

Determines if two AutomationAccountState values are the same.

Implicit(String to AutomationAccountState)

Converts a string to a AutomationAccountState.

Inequality(AutomationAccountState, AutomationAccountState)

Determines if two AutomationAccountState values are not the same.

Applies to