SelfHelpExtensions.GetSelfHelpSolutionResults(TenantResource) Method

Definition

Gets a collection of SelfHelpSolutionResults in the TenantResource<item> Mocking. To mock this method, please mock GetSelfHelpSolutionResults() instead. </item>

public static Azure.ResourceManager.SelfHelp.SelfHelpSolutionResultCollection GetSelfHelpSolutionResults(this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetSelfHelpSolutionResults : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.SelfHelp.SelfHelpSolutionResultCollection
<Extension()>
Public Function GetSelfHelpSolutionResults (tenantResource As TenantResource) As SelfHelpSolutionResultCollection

Parameters

tenantResource
TenantResource

The TenantResource the method will execute against.

Returns

An object representing collection of SelfHelpSolutionResults and their operations over a SelfHelpSolutionResultResource.

Exceptions

tenantResource is null.

Applies to