ServerAdvancedThreatProtectionSettingsOperations interface
Interface representando uma operação ServerAdvancedThreatProtectionSettings.
Propriedades
| begin |
|
| begin |
|
| create |
Cria ou atualiza um estado de Advanced Threat Protection. |
| get | Obtenha o estado Advanced Threat Protection de um servidor. |
| list |
Obtenha uma lista dos estados do Advanced Threat Protection do servidor. |
Detalhes de Propriedade
beginCreateOrUpdate
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
Valor de Propriedade
(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
beginCreateOrUpdateAndWait
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<ServerAdvancedThreatProtection>
Valor de Propriedade
(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => Promise<ServerAdvancedThreatProtection>
createOrUpdate
Cria ou atualiza um estado de Advanced Threat Protection.
createOrUpdate: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>
Valor de Propriedade
(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>
get
Obtenha o estado Advanced Threat Protection de um servidor.
get: (resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams) => Promise<ServerAdvancedThreatProtection>
Valor de Propriedade
(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams) => Promise<ServerAdvancedThreatProtection>
listByServer
Obtenha uma lista dos estados do Advanced Threat Protection do servidor.
listByServer: (resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>