SelfHelpExtensions.GetSelfHelpSimplifiedSolution Method

Definition

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

  • Request Path: /{scope}/providers/Microsoft.Help/simplifiedSolutions/{simplifiedSolutionsResourceName}
  • Operation Id: SimplifiedSolutions_Get
  • Default Api Version: 2024-03-01-preview
  • Resource: SelfHelpSimplifiedSolutionResource
public static Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource> GetSelfHelpSimplifiedSolution (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string simplifiedSolutionsResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSelfHelpSimplifiedSolution : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>
<Extension()>
Public Function GetSelfHelpSimplifiedSolution (client As ArmClient, scope As ResourceIdentifier, simplifiedSolutionsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SelfHelpSimplifiedSolutionResource)

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

simplifiedSolutionsResourceName
String

Simplified Solutions Resource Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or simplifiedSolutionsResourceName is null.

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

Applies to