| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityAlertPolicyState |
ManagedDatabaseSecurityAlertPolicyInner.state()
Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
SecurityAlertPolicyState |
DatabaseSecurityAlertPolicyInner.state()
Get the state property: Specifies the state of the policy.
|
SecurityAlertPolicyState |
ServerSecurityAlertPolicyInner.state()
Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
SecurityAlertPolicyState |
ManagedServerSecurityAlertPolicyInner.state()
Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseSecurityAlertPolicyInner |
ManagedDatabaseSecurityAlertPolicyInner.withState(SecurityAlertPolicyState state)
Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
DatabaseSecurityAlertPolicyInner |
DatabaseSecurityAlertPolicyInner.withState(SecurityAlertPolicyState state)
Set the state property: Specifies the state of the policy.
|
ServerSecurityAlertPolicyInner |
ServerSecurityAlertPolicyInner.withState(SecurityAlertPolicyState state)
Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
ManagedServerSecurityAlertPolicyInner |
ManagedServerSecurityAlertPolicyInner.withState(SecurityAlertPolicyState state)
Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not
been applied yet on the specific database.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityAlertPolicyState |
SqlDatabaseThreatDetectionPolicy.currentState() |
static SecurityAlertPolicyState |
SecurityAlertPolicyState.fromString(String value)
Parses a serialized value to a SecurityAlertPolicyState instance.
|
SecurityAlertPolicyState |
SqlServerSecurityAlertPolicy.state() |
static SecurityAlertPolicyState |
SecurityAlertPolicyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAlertPolicyState[] |
SecurityAlertPolicyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdmins |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState.withState(SecurityAlertPolicyState state)
Specifies the state of the policy, whether it is enabled or disabled.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithState.withState(SecurityAlertPolicyState state)
Specifies the state of the policy, whether it is enabled or disabled.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.