次の方法で共有


ResourceGuardProxy interface

ResourceGuardProxy を表すインターフェイス。

メソッド

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

コンテナーで ResourceGuardProxy を削除する

get(string, string, string, ResourceGuardProxyGetOptionalParams)

コンテナーの下にある ResourceGuardProxy を、要求で参照されている名前で返します

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

コンテナーの下に ResourceGuardProxy を追加または更新する コンテナーの重要な操作をセキュリティで保護する

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

ResourceGuardProxy の削除操作をセキュリティで保護します。

メソッドの詳細

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

コンテナーで ResourceGuardProxy を削除する

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

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

resourceGuardProxyName

string

options
ResourceGuardProxyDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, ResourceGuardProxyGetOptionalParams)

コンテナーの下にある ResourceGuardProxy を、要求で参照されている名前で返します

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

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

resourceGuardProxyName

string

options
ResourceGuardProxyGetOptionalParams

options パラメーター。

戻り値

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

コンテナーの下に ResourceGuardProxy を追加または更新する コンテナーの重要な操作をセキュリティで保護する

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

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

resourceGuardProxyName

string

parameters
ResourceGuardProxyBaseResource

操作の要求本文

options
ResourceGuardProxyPutOptionalParams

options パラメーター。

戻り値

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

ResourceGuardProxy の削除操作をセキュリティで保護します。

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

パラメーター

vaultName

string

Recovery Services コンテナーの名前。

resourceGroupName

string

Recovery Services コンテナーが存在するリソース グループの名前。

resourceGuardProxyName

string

parameters
UnlockDeleteRequest

操作の要求本文

options
ResourceGuardProxyUnlockDeleteOptionalParams

options パラメーター。

戻り値