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 rx.Observable<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 Observable 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