共用方式為


ISupportsListingByResourceGroup<T> 介面

定義

public interface ISupportsListingByResourceGroup<T>
type ISupportsListingByResourceGroup<'T> = interface
Public Interface ISupportsListingByResourceGroup(Of T)

類型參數

T
衍生

方法

ListByResourceGroup(String)

列出指定資源群組中指定型別的資源。

ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定資源群組中指定型別的資源。

適用於