SqlAgentConfigurationPropertiesState Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État de Sql Agent.
public readonly struct SqlAgentConfigurationPropertiesState : IEquatable<Azure.ResourceManager.Sql.Models.SqlAgentConfigurationPropertiesState>
type SqlAgentConfigurationPropertiesState = struct
Public Structure SqlAgentConfigurationPropertiesState
Implements IEquatable(Of SqlAgentConfigurationPropertiesState)
- Héritage
-
SqlAgentConfigurationPropertiesState
- Implémente
Constructeurs
SqlAgentConfigurationPropertiesState(String) |
Initialise une nouvelle instance de SqlAgentConfigurationPropertiesState. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(SqlAgentConfigurationPropertiesState) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(SqlAgentConfigurationPropertiesState, SqlAgentConfigurationPropertiesState) |
Détermine si deux SqlAgentConfigurationPropertiesState valeurs sont identiques. |
Implicit(String to SqlAgentConfigurationPropertiesState) |
Convertit une chaîne en SqlAgentConfigurationPropertiesState. |
Inequality(SqlAgentConfigurationPropertiesState, SqlAgentConfigurationPropertiesState) |
Détermine si deux SqlAgentConfigurationPropertiesState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET