ISupportsListingByParent<T,ParentT,ManagerT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET