你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DppResourceGuardProxyOperations interface

表示 DppResourceGuardProxy作的接口。

属性

createOrUpdate

创建或更新 ResourceGuardProxy

delete
get

返回与保管库关联的 ResourceGuardProxy 对象,该对象与请求中的名称匹配

list

返回与保管库关联的 ResourceGuardProxies 列表

unlockDelete

对 ResourceGuardProxy 的 UnlockDelete 调用,在可以删除它之前执行

属性详细信息

createOrUpdate

创建或更新 ResourceGuardProxy

createOrUpdate: (resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: DppResourceGuardProxyCreateOrUpdateOptionalParams) => Promise<ResourceGuardProxyBaseResource>

属性值

(resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: DppResourceGuardProxyCreateOrUpdateOptionalParams) => Promise<ResourceGuardProxyBaseResource>

delete

delete: (resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, options?: DppResourceGuardProxyDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, options?: DppResourceGuardProxyDeleteOptionalParams) => Promise<void>

get

返回与保管库关联的 ResourceGuardProxy 对象,该对象与请求中的名称匹配

get: (resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, options?: DppResourceGuardProxyGetOptionalParams) => Promise<ResourceGuardProxyBaseResource>

属性值

(resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, options?: DppResourceGuardProxyGetOptionalParams) => Promise<ResourceGuardProxyBaseResource>

list

返回与保管库关联的 ResourceGuardProxies 列表

list: (resourceGroupName: string, vaultName: string, options?: DppResourceGuardProxyListOptionalParams) => PagedAsyncIterableIterator<ResourceGuardProxyBaseResource, ResourceGuardProxyBaseResource[], PageSettings>

属性值

(resourceGroupName: string, vaultName: string, options?: DppResourceGuardProxyListOptionalParams) => PagedAsyncIterableIterator<ResourceGuardProxyBaseResource, ResourceGuardProxyBaseResource[], PageSettings>

unlockDelete

对 ResourceGuardProxy 的 UnlockDelete 调用,在可以删除它之前执行

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

属性值

(resourceGroupName: string, vaultName: string, resourceGuardProxyName: string, parameters: UnlockDeleteRequest, options?: DppResourceGuardProxyUnlockDeleteOptionalParams) => Promise<UnlockDeleteResponse>