次の方法で共有


ISupportsDeletingById インターフェイス

定義

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

メソッド

DeleteById(String)

Azure からリソースを削除し、そのリソース ID で識別します。

DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、そのリソース ID で識別します。

適用対象