MockableSelfHelpArmClient.GetSelfHelpSimplifiedSolution Method

Definition

Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.

public virtual Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource> GetSelfHelpSimplifiedSolution(Azure.Core.ResourceIdentifier scope, string simplifiedSolutionsResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSelfHelpSimplifiedSolution : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>
override this.GetSelfHelpSimplifiedSolution : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>
Public Overridable Function GetSelfHelpSimplifiedSolution (scope As ResourceIdentifier, simplifiedSolutionsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SelfHelpSimplifiedSolutionResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

simplifiedSolutionsResourceName
String

Simplified Solutions Resource Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

simplifiedSolutionsResourceName is null.

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

Applies to