SqlAgentConfigurationPropertiesState 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 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
| Name | Description |
|---|---|
| SqlAgentConfigurationPropertiesState(String) |
Initializes a new instance of SqlAgentConfigurationPropertiesState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |