共用方式為


ISupportsDeletingByResourceGroup 介面

定義

提供從 Azure 刪除資源的存取權,並依其名稱和其資源群組加以識別。

(注意:此介面並非由使用者程式碼實作)

public interface ISupportsDeletingByResourceGroup
type ISupportsDeletingByResourceGroup = interface
Public Interface ISupportsDeletingByResourceGroup
衍生

方法

DeleteByResourceGroup(String, String)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

DeleteByResourceGroupAsync(String, String, CancellationToken)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

適用於