ManagedInstanceAdvancedThreatProtectionSettings interface
Interfaccia che rappresenta un oggetto ManagedInstanceAdvancedThreatProtectionSettings.
Metodi
| begin |
Crea o aggiorna le impostazioni di Advanced Threat Protection. |
| begin |
Crea o aggiorna le impostazioni di Advanced Threat Protection. |
| get(string, string, string, Managed |
Ottenere lo stato Advanced Threat Protection di un'istanza gestita. |
| list |
Ottenere le impostazioni di Advanced Threat Protection dell'istanza gestita. |
Dettagli metodo
beginCreateOrUpdate(string, string, string, ManagedInstanceAdvancedThreatProtection, ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
Crea o aggiorna le impostazioni di Advanced Threat Protection.
function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: string, parameters: ManagedInstanceAdvancedThreatProtection, options?: ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstanceAdvancedThreatProtection>, ManagedInstanceAdvancedThreatProtection>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.
- managedInstanceName
-
string
Nome dell'istanza gestita.
- advancedThreatProtectionName
-
string
Nome dello stato di Advanced Threat Protection.
- parameters
- ManagedInstanceAdvancedThreatProtection
Stato Advanced Threat Protection dell'istanza gestita.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstanceAdvancedThreatProtection>, ManagedInstanceAdvancedThreatProtection>>
beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceAdvancedThreatProtection, ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)
Crea o aggiorna le impostazioni di Advanced Threat Protection.
function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: string, parameters: ManagedInstanceAdvancedThreatProtection, options?: ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ManagedInstanceAdvancedThreatProtection>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.
- managedInstanceName
-
string
Nome dell'istanza gestita.
- advancedThreatProtectionName
-
string
Nome dello stato di Advanced Threat Protection.
- parameters
- ManagedInstanceAdvancedThreatProtection
Stato Advanced Threat Protection dell'istanza gestita.
Parametri delle opzioni.
Restituisce
get(string, string, string, ManagedInstanceAdvancedThreatProtectionSettingsGetOptionalParams)
Ottenere lo stato Advanced Threat Protection di un'istanza gestita.
function get(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: string, options?: ManagedInstanceAdvancedThreatProtectionSettingsGetOptionalParams): Promise<ManagedInstanceAdvancedThreatProtection>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.
- managedInstanceName
-
string
Nome dell'istanza gestita.
- advancedThreatProtectionName
-
string
Nome dello stato di Advanced Threat Protection.
Parametri delle opzioni.
Restituisce
listByInstance(string, string, ManagedInstanceAdvancedThreatProtectionSettingsListByInstanceOptionalParams)
Ottenere le impostazioni di Advanced Threat Protection dell'istanza gestita.
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAdvancedThreatProtectionSettingsListByInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstanceAdvancedThreatProtection, ManagedInstanceAdvancedThreatProtection[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.
- managedInstanceName
-
string
Nome dell'istanza gestita.
Parametri delle opzioni.