次の方法で共有


ISupportsDeletingByParent インターフェイス

定義

リソース グループと親に基づいて特定の Azure リソースを取得するためのアクセスを提供します。

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

メソッド

DeleteByParent(String, String, String)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

DeleteByParentAsync(String, String, String, CancellationToken)

Azure からリソースを非同期的に削除し、名前とそのリソース グループで識別します。

適用対象