Uses of Class
com.azure.resourcemanager.sql.models.SqlAgentConfigurationPropertiesState
Packages that use SqlAgentConfigurationPropertiesState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SqlAgentConfigurationPropertiesState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SqlAgentConfigurationPropertiesStateModifier and TypeMethodDescriptionSqlAgentConfigurationInner.state()Get the state property: The state of Sql Agent.SqlAgentConfigurationProperties.state()Get the state property: The state of Sql Agent.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SqlAgentConfigurationPropertiesStateModifier and TypeMethodDescriptionSqlAgentConfigurationInner.withState(SqlAgentConfigurationPropertiesState state) Set the state property: The state of Sql Agent.SqlAgentConfigurationProperties.withState(SqlAgentConfigurationPropertiesState state) Set the state property: The state of Sql Agent. -
Uses of SqlAgentConfigurationPropertiesState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SqlAgentConfigurationPropertiesStateModifier and TypeFieldDescriptionstatic final SqlAgentConfigurationPropertiesStateSqlAgentConfigurationPropertiesState.DISABLEDStatic value Disabled for SqlAgentConfigurationPropertiesState.static final SqlAgentConfigurationPropertiesStateSqlAgentConfigurationPropertiesState.ENABLEDStatic value Enabled for SqlAgentConfigurationPropertiesState.Methods in com.azure.resourcemanager.sql.models that return SqlAgentConfigurationPropertiesStateModifier and TypeMethodDescriptionSqlAgentConfigurationPropertiesState.fromString(String name) Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlAgentConfigurationPropertiesStateModifier and TypeMethodDescriptionSqlAgentConfigurationPropertiesState.values()Gets known SqlAgentConfigurationPropertiesState values.