ISupportsListing<T>.List Method

Definition

Lists all the resources of the specified type in the currently selected subscription.

public System.Collections.Generic.IEnumerable<T> List ();
abstract member List : unit -> seq<'T>
Public Function List () As IEnumerable(Of T)

Returns

list of resources

Applies to