DatabaseSecurityAlertPoliciesOperations interface

데이터베이스 보안 알림 정책 작업을 나타내는 인터페이스.

속성

createOrUpdate

데이터베이스의 보안 경고 정책을 생성하거나 업데이트합니다.

get

데이터베이스의 보안 경고 정책을 받아.

listByDatabase

데이터베이스의 보안 경고 정책 목록을 받습니다.

속성 세부 정보

createOrUpdate

데이터베이스의 보안 경고 정책을 생성하거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, parameters: DatabaseSecurityAlertPolicy, options?: DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<DatabaseSecurityAlertPolicy>

속성 값

(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, parameters: DatabaseSecurityAlertPolicy, options?: DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<DatabaseSecurityAlertPolicy>

get

데이터베이스의 보안 경고 정책을 받아.

get: (resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, options?: DatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<DatabaseSecurityAlertPolicy>

속성 값

(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, options?: DatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<DatabaseSecurityAlertPolicy>

listByDatabase

데이터베이스의 보안 경고 정책 목록을 받습니다.

listByDatabase: (resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPolicy[], PageSettings>

속성 값

(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPolicy[], PageSettings>