Uses of Enum
com.azure.resourcemanager.sql.models.AdvancedThreatProtectionState
Packages that use AdvancedThreatProtectionState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AdvancedThreatProtectionState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return AdvancedThreatProtectionStateModifier and TypeMethodDescriptionAdvancedThreatProtectionProperties.state()Get the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.DatabaseAdvancedThreatProtectionInner.state()Get the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.ServerAdvancedThreatProtectionInner.state()Get the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AdvancedThreatProtectionStateModifier and TypeMethodDescriptionAdvancedThreatProtectionProperties.withState(AdvancedThreatProtectionState state) Set the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.DatabaseAdvancedThreatProtectionInner.withState(AdvancedThreatProtectionState state) Set the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.ServerAdvancedThreatProtectionInner.withState(AdvancedThreatProtectionState state) Set the state property: Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. -
Uses of AdvancedThreatProtectionState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type AdvancedThreatProtectionState in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumSpecifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.Methods in com.azure.resourcemanager.sql.models that return AdvancedThreatProtectionStateModifier and TypeMethodDescriptionAdvancedThreatProtectionState.fromString(String value) Parses a serialized value to a AdvancedThreatProtectionState instance.Returns the enum constant of this type with the specified name.static AdvancedThreatProtectionState[]AdvancedThreatProtectionState.values()Returns an array containing the constants of this enum type, in the order they are declared.