SelfHelpExtensions.GetSelfHelpSolution Method

Definition

Get the solution using the applicable solutionResourceName while creating the solution. <item> Mocking. To mock this method, please mock GetSelfHelpSolution(ResourceIdentifier, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSolutionResource> GetSelfHelpSolution(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string solutionResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSelfHelpSolution : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSolutionResource>
<Extension()>
Public Function GetSelfHelpSolution (client As ArmClient, scope As ResourceIdentifier, solutionResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SelfHelpSolutionResource)

Parameters

client
ArmClient

The ArmClient the method will execute against.

scope
ResourceIdentifier

The scope of the resource collection to get.

solutionResourceName
String

Solution resource Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

solutionResourceName is an empty string, and was expected to be non-empty.

client is null.

Applies to