MockableSelfHelpArmClient.GetSolutionResources(ResourceIdentifier) Method

Definition

Gets a collection of SolutionResources in the ArmClient.

public virtual Azure.ResourceManager.SelfHelp.SolutionResourceCollection GetSolutionResources (Azure.Core.ResourceIdentifier scope);
abstract member GetSolutionResources : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SelfHelp.SolutionResourceCollection
override this.GetSolutionResources : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SelfHelp.SolutionResourceCollection
Public Overridable Function GetSolutionResources (scope As ResourceIdentifier) As SolutionResourceCollection

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

An object representing collection of SolutionResources and their operations over a SolutionResource.

Applies to