Uses of Enum
com.azure.resourcemanager.sql.models.AutoExecuteStatus
Packages that use AutoExecuteStatus
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AutoExecuteStatus in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return AutoExecuteStatusModifier and TypeMethodDescriptionAdvisorInner.autoExecuteStatus()Get the autoExecuteStatus property: Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor.AdvisorProperties.autoExecuteStatus()Get the autoExecuteStatus property: Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AutoExecuteStatusModifier and TypeMethodDescriptionAdvisorInner.withAutoExecuteStatus(AutoExecuteStatus autoExecuteStatus) Set the autoExecuteStatus property: Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor.AdvisorProperties.withAutoExecuteStatus(AutoExecuteStatus autoExecuteStatus) Set the autoExecuteStatus property: Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. -
Uses of AutoExecuteStatus in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type AutoExecuteStatus in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumGets the auto-execute status (whether to let the system execute the recommendations) of this advisor.Methods in com.azure.resourcemanager.sql.models that return AutoExecuteStatusModifier and TypeMethodDescriptionstatic AutoExecuteStatusAutoExecuteStatus.fromString(String value) Parses a serialized value to a AutoExecuteStatus instance.static AutoExecuteStatusReturns the enum constant of this type with the specified name.static AutoExecuteStatus[]AutoExecuteStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.