ManagedDatabaseSecurityAlertPoliciesOperations interface

واجهة تمثل عمليات إدارة قاعدة بيانات تنبيه أمن.

الخصائص

createOrUpdate

ينشئ أو يحدث سياسة تنبيه الأمان في قاعدة البيانات.

get

يحصل على سياسة تنبيه الأمان في قاعدة بيانات مدارة.

listByDatabase

يحصل على قائمة بسياسات تنبيهات الأمان في قاعدة البيانات المدارة.

تفاصيل الخاصية

createOrUpdate

ينشئ أو يحدث سياسة تنبيه الأمان في قاعدة البيانات.

createOrUpdate: (resourceGroupName: string, managedInstanceName: string, databaseName: string, securityAlertPolicyName: string, parameters: ManagedDatabaseSecurityAlertPolicy, options?: ManagedDatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<ManagedDatabaseSecurityAlertPolicy>

قيمة الخاصية

(resourceGroupName: string, managedInstanceName: string, databaseName: string, securityAlertPolicyName: string, parameters: ManagedDatabaseSecurityAlertPolicy, options?: ManagedDatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<ManagedDatabaseSecurityAlertPolicy>

get

يحصل على سياسة تنبيه الأمان في قاعدة بيانات مدارة.

get: (resourceGroupName: string, managedInstanceName: string, databaseName: string, securityAlertPolicyName: string, options?: ManagedDatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<ManagedDatabaseSecurityAlertPolicy>

قيمة الخاصية

(resourceGroupName: string, managedInstanceName: string, databaseName: string, securityAlertPolicyName: string, options?: ManagedDatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<ManagedDatabaseSecurityAlertPolicy>

listByDatabase

يحصل على قائمة بسياسات تنبيهات الأمان في قاعدة البيانات المدارة.

listByDatabase: (resourceGroupName: string, managedInstanceName: string, databaseName: string, options?: ManagedDatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<ManagedDatabaseSecurityAlertPolicy, ManagedDatabaseSecurityAlertPolicy[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, managedInstanceName: string, databaseName: string, options?: ManagedDatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<ManagedDatabaseSecurityAlertPolicy, ManagedDatabaseSecurityAlertPolicy[], PageSettings>