SelfHelpExtensions.GetSelfHelpSimplifiedSolution 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. <item> Mocking. To mock this method, please mock GetSelfHelpSimplifiedSolution(ResourceIdentifier, String, CancellationToken) instead. </item>
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
- 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 an empty string, and was expected to be non-empty.
client is null.