ResourcesClient.FilterPSResources(BasePSResourceParameters) 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.
Get an existing resource or resources.
public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.Resources.Models.PSResource> FilterPSResources (Microsoft.Azure.Commands.Resources.Models.BasePSResourceParameters parameters);
abstract member FilterPSResources : Microsoft.Azure.Commands.Resources.Models.BasePSResourceParameters -> System.Collections.Generic.List<Microsoft.Azure.Commands.Resources.Models.PSResource>
override this.FilterPSResources : Microsoft.Azure.Commands.Resources.Models.BasePSResourceParameters -> System.Collections.Generic.List<Microsoft.Azure.Commands.Resources.Models.PSResource>
Public Overridable Function FilterPSResources (parameters As BasePSResourceParameters) As List(Of PSResource)
Parameters
- parameters
- BasePSResourceParameters
The get parameters
Returns
List of resources