MockableSelfHelpArmClient.GetSelfHelpSimplifiedSolutionAsync 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 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 virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>> GetSelfHelpSimplifiedSolutionAsync (Azure.Core.ResourceIdentifier scope, string simplifiedSolutionsResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSelfHelpSimplifiedSolutionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>>
override this.GetSelfHelpSimplifiedSolutionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionResource>>
Public Overridable Function GetSelfHelpSimplifiedSolutionAsync (scope As ResourceIdentifier, simplifiedSolutionsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SelfHelpSimplifiedSolutionResource))
Parameters
- 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
simplifiedSolutionsResourceName
is null.
simplifiedSolutionsResourceName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET