你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServerAdvancedThreatProtectionSettings interface
表示 ServerAdvancedThreatProtectionSettings 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
创建或更新高级威胁防护状态。
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- serverName
-
string
服务器的名称。
- advancedThreatProtectionName
-
string
高级威胁防护状态的名称。
- parameters
- ServerAdvancedThreatProtection
服务器高级威胁防护状态。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
创建或更新高级威胁防护状态。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerAdvancedThreatProtection>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- serverName
-
string
服务器的名称。
- advancedThreatProtectionName
-
string
高级威胁防护状态的名称。
- parameters
- ServerAdvancedThreatProtection
服务器高级威胁防护状态。
返回
Promise<ServerAdvancedThreatProtection>
get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)
获取服务器的高级威胁防护状态。
function get(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams): Promise<ServerAdvancedThreatProtection>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- serverName
-
string
服务器的名称。
- advancedThreatProtectionName
-
string
高级威胁防护状态的名称。
选项参数。
返回
Promise<ServerAdvancedThreatProtection>
listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)
获取服务器高级威胁防护状态的列表。
function listByServer(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>
参数
- resourceGroupName
-
string
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- serverName
-
string
服务器的名称。