Freigeben über


ResourceGuardProxy interface

Schnittstelle, die einen ResourceGuardProxy darstellt.

Methoden

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

Löschen von ResourceGuardProxy im Tresor

get(string, string, string, ResourceGuardProxyGetOptionalParams)

Gibt ResourceGuardProxy im Tresor und mit dem Namen zurück, auf den in der Anforderung verwiesen wird.

put(string, string, string, ResourceGuardProxyBaseResource, ResourceGuardProxyPutOptionalParams)

Hinzufügen oder Aktualisieren von ResourceGuardProxy unter Tresor Sichern von tresorkritischen Vorgängen

unlockDelete(string, string, string, UnlockDeleteRequest, ResourceGuardProxyUnlockDeleteOptionalParams)

Sichert das Löschen von ResourceGuardProxy-Vorgängen.

Details zur Methode

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

Löschen von ResourceGuardProxy im Tresor

function delete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyDeleteOptionalParams): Promise<void>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

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

resourceGuardProxyName

string

options
ResourceGuardProxyDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, ResourceGuardProxyGetOptionalParams)

Gibt ResourceGuardProxy im Tresor und mit dem Namen zurück, auf den in der Anforderung verwiesen wird.

function get(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyGetOptionalParams): Promise<ResourceGuardProxyBaseResource>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

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

resourceGuardProxyName

string

options
ResourceGuardProxyGetOptionalParams

Die Optionsparameter.

Gibt zurück

put(string, string, string, ResourceGuardProxyBaseResource, ResourceGuardProxyPutOptionalParams)

Hinzufügen oder Aktualisieren von ResourceGuardProxy unter Tresor Sichern von tresorkritischen Vorgängen

function put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyBaseResource>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

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

resourceGuardProxyName

string

parameters
ResourceGuardProxyBaseResource

Anforderungstext für Den Vorgang

options
ResourceGuardProxyPutOptionalParams

Die Optionsparameter.

Gibt zurück

unlockDelete(string, string, string, UnlockDeleteRequest, ResourceGuardProxyUnlockDeleteOptionalParams)

Sichert das Löschen von ResourceGuardProxy-Vorgängen.

function unlockDelete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: UnlockDeleteRequest, options?: ResourceGuardProxyUnlockDeleteOptionalParams): Promise<UnlockDeleteResponse>

Parameter

vaultName

string

Der Name des Recovery Services-Tresors.

resourceGroupName

string

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

resourceGuardProxyName

string

parameters
UnlockDeleteRequest

Anforderungstext für Den Vorgang

options
ResourceGuardProxyUnlockDeleteOptionalParams

Die Optionsparameter.

Gibt zurück