Aracılığıyla paylaş


SqlAgentConfigurationPropertiesState Struct

Definition

The state of Sql Agent.

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

Constructors

SqlAgentConfigurationPropertiesState(String)

Initializes a new instance of SqlAgentConfigurationPropertiesState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(SqlAgentConfigurationPropertiesState)

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

Determines if two SqlAgentConfigurationPropertiesState values are the same.

Implicit(String to SqlAgentConfigurationPropertiesState)

Converts a string to a SqlAgentConfigurationPropertiesState.

Inequality(SqlAgentConfigurationPropertiesState, SqlAgentConfigurationPropertiesState)

Determines if two SqlAgentConfigurationPropertiesState values are not the same.

Applies to