Share via


ISupportsListingByParent<T,ParentT,ManagerT> Interface

Definition

Provides access to listing Azure resources of a specific type in a specific parent resource.

(Note: this interface is not intended to be implemented by user code).

public interface ISupportsListingByParent<T,ParentT,ManagerT> where ParentT : IResource, IHasResourceGroup
type ISupportsListingByParent<'T, 'ParentT, 'ManagerT (requires 'ParentT :> IResource and 'ParentT :> IHasResourceGroup)> = interface
Public Interface ISupportsListingByParent(Of T, ParentT, ManagerT)

Type Parameters

T
ParentT
ManagerT
Derived

Methods

ListByParent(ParentT)

Gets the information about a resource from Azure based on the resource id.

ListByParent(String, String)

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

ListByParentAsync(ParentT, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

ListByParentAsync(String, String, CancellationToken)

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

Applies to