ResourceManagerSdkClient.ListResources Method
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.
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource> ListResources (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter> filter = default, ulong first = 18446744073709551615, ulong skip = 0);
abstract member ListResources : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter> * uint64 * uint64 -> seq<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource>
override this.ListResources : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter> * uint64 * uint64 -> seq<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource>
Public Overridable Function ListResources (Optional filter As ODataQuery(Of GenericResourceFilter) = Nothing, Optional first As ULong = 18446744073709551615, Optional skip As ULong = 0) As IEnumerable(Of PSResource)
Parameters
- filter
- ODataQuery<GenericResourceFilter>
- first
- UInt64
- skip
- UInt64