通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition Interface

public static interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition

Grouping of the Azure SQL Server Security Alert Policy common actions.

Method Summary

Modifier and Type Method and Description
abstract WithState define()

Begins the definition of a new SQL Server Security Alert Policy to be added to this server.

abstract SqlServerSecurityAlertPolicy get()

Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.

abstract Mono<SqlServerSecurityAlertPolicy> getAsync()

Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.

Method Details

define

public abstract SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState define()

Begins the definition of a new SQL Server Security Alert Policy to be added to this server.

Returns:

the first stage of the new SQL Server Security Alert Policy definition

get

public abstract SqlServerSecurityAlertPolicy get()

Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.

Returns:

an immutable representation of the resource

getAsync

public abstract Mono<SqlServerSecurityAlertPolicy> getAsync()

Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.

Returns:

a representation of the deferred computation of this call returning the found resource

Applies to