你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedServerSecurityAlertPolicies interface
表示 ManagedServerSecurityAlertPolicies 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)
创建或更新威胁检测策略。
function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, parameters: ManagedServerSecurityAlertPolicy, options?: ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedServerSecurityAlertPolicy>, ManagedServerSecurityAlertPolicy>>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- managedInstanceName
-
string
托管实例的名称。
- securityAlertPolicyName
-
string
安全警报策略的名称。
- parameters
- ManagedServerSecurityAlertPolicy
托管服务器安全警报策略。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedServerSecurityAlertPolicy>, ManagedServerSecurityAlertPolicy>>
beginCreateOrUpdateAndWait(string, string, string, ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams)
创建或更新威胁检测策略。
function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, parameters: ManagedServerSecurityAlertPolicy, options?: ManagedServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<ManagedServerSecurityAlertPolicy>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- managedInstanceName
-
string
托管实例的名称。
- securityAlertPolicyName
-
string
安全警报策略的名称。
- parameters
- ManagedServerSecurityAlertPolicy
托管服务器安全警报策略。
返回
Promise<ManagedServerSecurityAlertPolicy>
get(string, string, string, ManagedServerSecurityAlertPoliciesGetOptionalParams)
获取托管服务器的威胁检测策略。
function get(resourceGroupName: string, managedInstanceName: string, securityAlertPolicyName: string, options?: ManagedServerSecurityAlertPoliciesGetOptionalParams): Promise<ManagedServerSecurityAlertPolicy>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- managedInstanceName
-
string
托管实例的名称。
- securityAlertPolicyName
-
string
安全警报策略的名称。
选项参数。
返回
Promise<ManagedServerSecurityAlertPolicy>
listByInstance(string, string, ManagedServerSecurityAlertPoliciesListByInstanceOptionalParams)
获取托管服务器的威胁检测策略。
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedServerSecurityAlertPoliciesListByInstanceOptionalParams): PagedAsyncIterableIterator<ManagedServerSecurityAlertPolicy, ManagedServerSecurityAlertPolicy[], PageSettings>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- managedInstanceName
-
string
托管实例的名称。