Aracılığıyla paylaş


SqlPoolSecurityAlertPolicies interface

SqlPoolSecurityAlertPolicies'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, string, SqlPoolSecurityAlertPolicy, SqlPoolSecurityAlertPoliciesCreateOrUpdateOptionalParams)

Sql havuzunun güvenlik uyarısı ilkesini oluşturun veya güncelleştirin.

get(string, string, string, string, SqlPoolSecurityAlertPoliciesGetOptionalParams)

Sql havuzunun güvenlik uyarısı ilkesini alın.

list(string, string, string, SqlPoolSecurityAlertPoliciesListOptionalParams)

Sql havuzunun güvenlik uyarısı ilkelerinin listesini alın.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, string, SqlPoolSecurityAlertPolicy, SqlPoolSecurityAlertPoliciesCreateOrUpdateOptionalParams)

Sql havuzunun güvenlik uyarısı ilkesini oluşturun veya güncelleştirin.

function createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, securityAlertPolicyName: string, parameters: SqlPoolSecurityAlertPolicy, options?: SqlPoolSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<SqlPoolSecurityAlertPolicy>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

sqlPoolName

string

SQL havuzu adı

securityAlertPolicyName

string

Güvenlik uyarısı ilkesinin adı.

parameters
SqlPoolSecurityAlertPolicy

Sql havuzu güvenlik uyarısı ilkesi.

Döndürülenler

get(string, string, string, string, SqlPoolSecurityAlertPoliciesGetOptionalParams)

Sql havuzunun güvenlik uyarısı ilkesini alın.

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, securityAlertPolicyName: string, options?: SqlPoolSecurityAlertPoliciesGetOptionalParams): Promise<SqlPoolSecurityAlertPolicy>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

sqlPoolName

string

SQL havuzu adı

securityAlertPolicyName

string

Güvenlik uyarısı ilkesinin adı.

options
SqlPoolSecurityAlertPoliciesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, string, SqlPoolSecurityAlertPoliciesListOptionalParams)

Sql havuzunun güvenlik uyarısı ilkelerinin listesini alın.

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolSecurityAlertPoliciesListOptionalParams): PagedAsyncIterableIterator<SqlPoolSecurityAlertPolicy, SqlPoolSecurityAlertPolicy[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

sqlPoolName

string

SQL havuzu adı

options
SqlPoolSecurityAlertPoliciesListOptionalParams

Seçenekler parametreleri.

Döndürülenler