AdvancedThreatProtectionSettings interface
Interface representing a AdvancedThreatProtectionSettings.
Methods
| get(string, string, string, Advanced |
Gets state of advanced threat protection settings for a server. |
| list |
Lists state of advanced threat protection settings for a server. |
Method Details
get(string, string, string, AdvancedThreatProtectionSettingsGetOptionalParams)
Gets state of advanced threat protection settings for a server.
function get(resourceGroupName: string, serverName: string, threatProtectionName: string, options?: AdvancedThreatProtectionSettingsGetOptionalParams): Promise<AdvancedThreatProtectionSettingsModel>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- threatProtectionName
-
string
Name of the advanced threat protection settings.
The options parameters.
Returns
listByServer(string, string, AdvancedThreatProtectionSettingsListByServerOptionalParams)
Lists state of advanced threat protection settings for a server.
function listByServer(resourceGroupName: string, serverName: string, options?: AdvancedThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<AdvancedThreatProtectionSettingsModel, AdvancedThreatProtectionSettingsModel[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.