| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.define()
Begins the definition of a new SQL Server Security Alert Policy to be added to this server.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Security Alert Policy.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer.withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server Security Alert Policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/