AdvancedThreatProtection interface
AdvancedThreatProtection'ı temsil eden arabirim.
Yöntemler
| create(string, Advanced |
Belirtilen bir kaynakta Gelişmiş Tehdit Koruması ayarlarını oluşturur veya güncelleştirir. |
| get(string, Advanced |
Belirtilen kaynak için Gelişmiş Tehdit Koruması ayarlarını alır. |
Yöntem Ayrıntıları
create(string, AdvancedThreatProtectionSetting, AdvancedThreatProtectionCreateOptionalParams)
Belirtilen bir kaynakta Gelişmiş Tehdit Koruması ayarlarını oluşturur veya güncelleştirir.
function create(resourceId: string, advancedThreatProtectionSetting: AdvancedThreatProtectionSetting, options?: AdvancedThreatProtectionCreateOptionalParams): Promise<AdvancedThreatProtectionSetting>
Parametreler
- resourceId
-
string
Kaynağın tanımlayıcısı.
- advancedThreatProtectionSetting
- AdvancedThreatProtectionSetting
Gelişmiş Tehdit Koruması Ayarları
Seçenekler parametreleri.
Döndürülenler
Promise<AdvancedThreatProtectionSetting>
get(string, AdvancedThreatProtectionGetOptionalParams)
Belirtilen kaynak için Gelişmiş Tehdit Koruması ayarlarını alır.
function get(resourceId: string, options?: AdvancedThreatProtectionGetOptionalParams): Promise<AdvancedThreatProtectionSetting>
Parametreler
- resourceId
-
string
Kaynağın tanımlayıcısı.
Seçenekler parametreleri.
Döndürülenler
Promise<AdvancedThreatProtectionSetting>