Uses of Enum
com.azure.resourcemanager.mariadb.models.ServerSecurityAlertPolicyState
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerSecurityAlertPolicyState in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionSecurityAlertPolicyProperties.state()
Get the state property: Specifies the state of the policy, whether it is enabled or disabled.ServerSecurityAlertPolicyInner.state()
Get the state property: Specifies the state of the policy, whether it is enabled or disabled.Modifier and TypeMethodDescriptionSecurityAlertPolicyProperties.withState
(ServerSecurityAlertPolicyState state) Set the state property: Specifies the state of the policy, whether it is enabled or disabled.ServerSecurityAlertPolicyInner.withState
(ServerSecurityAlertPolicyState state) Set the state property: Specifies the state of the policy, whether it is enabled or disabled. -
Uses of ServerSecurityAlertPolicyState in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerSecurityAlertPolicyState.fromString
(String value) Parses a serialized value to a ServerSecurityAlertPolicyState instance.ServerSecurityAlertPolicy.state()
Gets the state property: Specifies the state of the policy, whether it is enabled or disabled.Returns the enum constant of this type with the specified name.static ServerSecurityAlertPolicyState[]
ServerSecurityAlertPolicyState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionServerSecurityAlertPolicy.DefinitionStages.WithState.withState
(ServerSecurityAlertPolicyState state) Specifies the state property: Specifies the state of the policy, whether it is enabled or disabled..ServerSecurityAlertPolicy.UpdateStages.WithState.withState
(ServerSecurityAlertPolicyState state) Specifies the state property: Specifies the state of the policy, whether it is enabled or disabled..