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

ISupportsDeletingByParent 接口

定义

提供基于其资源组和父资源获取特定 Azure 资源的访问权限。

public interface ISupportsDeletingByParent
type ISupportsDeletingByParent = interface
Public Interface ISupportsDeletingByParent
派生

方法

DeleteByParent(String, String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

DeleteByParentAsync(String, String, String, CancellationToken)

从 Azure 异步删除资源,并按其名称和资源组标识该资源。

适用于