ISupportsListingByResourceGroup<T> Interface

Definition

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

Type Parameters

T
Derived

Methods

ListByResourceGroup(String)

Lists resources of the specified type in the specified resource group.

ListByResourceGroupAsync(String, Boolean, CancellationToken)

Lists resources of the specified type in the specified resource group.

Applies to