Freigeben über


ResourceGuardProxy interface

Schnittstelle, die einen ResourceGuardProxy darstellt.

Methoden

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

ResourceGuardProxy im Tresor löschen

get(string, string, string, ResourceGuardProxyGetOptionalParams)

Gibt ResourceGuardProxy unter 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 vault Secures Vault kritische Vorgänge

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

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

Details zur Methode

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

ResourceGuardProxy im Tresor löschen

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

Parameter

vaultName

string

Der Name des Wiederherstellungsdienstetresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist.

resourceGuardProxyName

string

options
ResourceGuardProxyDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, ResourceGuardProxyGetOptionalParams)

Gibt ResourceGuardProxy unter 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 Wiederherstellungsdienstetresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist.

resourceGuardProxyName

string

options
ResourceGuardProxyGetOptionalParams

Die Optionsparameter.

Gibt zurück

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

Hinzufügen oder Aktualisieren von ResourceGuardProxy unter vault Secures Vault kritische Vorgänge

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

Parameter

vaultName

string

Der Name des Wiederherstellungsdienstetresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist.

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 Wiederherstellungsdienstetresors.

resourceGroupName

string

Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist.

resourceGuardProxyName

string

parameters
UnlockDeleteRequest

Anforderungstext für den Vorgang

options
ResourceGuardProxyUnlockDeleteOptionalParams

Die Optionsparameter.

Gibt zurück