Freigeben über


BackupResourceVaultConfigs interface

Schnittstelle, die eine BackupResourceVaultConfigs darstellt.

Methoden

get(string, string, BackupResourceVaultConfigsGetOptionalParams)

Ruft die Konfiguration des Ressourcentresors ab.

put(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsPutOptionalParams)

Aktualisierungen Tresorsicherheitskonfiguration.

update(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsUpdateOptionalParams)

Aktualisierungen Tresorsicherheitskonfiguration.

Details zur Methode

get(string, string, BackupResourceVaultConfigsGetOptionalParams)

Ruft die Konfiguration des Ressourcentresors ab.

function get(vaultName: string, resourceGroupName: string, options?: BackupResourceVaultConfigsGetOptionalParams): Promise<BackupResourceVaultConfigResource>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

options
BackupResourceVaultConfigsGetOptionalParams

Die Optionsparameter.

Gibt zurück

put(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsPutOptionalParams)

Aktualisierungen Tresorsicherheitskonfiguration.

function put(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsPutOptionalParams): Promise<BackupResourceVaultConfigResource>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

parameters
BackupResourceVaultConfigResource

Ressourcenkonfigurationsanforderung

options
BackupResourceVaultConfigsPutOptionalParams

Die Optionsparameter.

Gibt zurück

update(string, string, BackupResourceVaultConfigResource, BackupResourceVaultConfigsUpdateOptionalParams)

Aktualisierungen Tresorsicherheitskonfiguration.

function update(vaultName: string, resourceGroupName: string, parameters: BackupResourceVaultConfigResource, options?: BackupResourceVaultConfigsUpdateOptionalParams): Promise<BackupResourceVaultConfigResource>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

parameters
BackupResourceVaultConfigResource

Ressourcenkonfigurationsanforderung

options
BackupResourceVaultConfigsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück