ServerAdvancedThreatProtectionSettingsOperations interface

Interface die een ServerAdvancedThreatProtectionSettings-operaties vertegenwoordigt.

Eigenschappen

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Maakt een Advanced Threat Protection-status aan of werkt deze bij.

get

Haal de Advanced Threat Protection-status van een server op.

listByServer

Krijg een lijst van de Advanced Threat Protection-status van de server.

Eigenschapdetails

beginCreateOrUpdate

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>

Waarde van eigenschap

(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>

beginCreateOrUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<ServerAdvancedThreatProtection>

Waarde van eigenschap

(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<ServerAdvancedThreatProtection>

createOrUpdate

Maakt een Advanced Threat Protection-status aan of werkt deze bij.

createOrUpdate: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>

Waarde van eigenschap

(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>

get

Haal de Advanced Threat Protection-status van een server op.

get: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams) => Promise<ServerAdvancedThreatProtection>

Waarde van eigenschap

(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams) => Promise<ServerAdvancedThreatProtection>

listByServer

Krijg een lijst van de Advanced Threat Protection-status van de server.

listByServer: (resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>