次の方法で共有


ISupportsBeginDeletingByName インターフェイス

定義

Azure からリソースを削除し、リソース ID で識別するためのアクセスを提供します。

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

メソッド

BeginDeleteByName(String)

Azure からリソースの削除を開始し、リソース名で識別します。 get() が null を返すまで、リソースは維持されます。

BeginDeleteByNameAsync(String, CancellationToken)

Azure からリソースの削除を開始し、リソース名で識別します。 get() が null を返すまで、リソースは維持されます。

適用対象