SelfHelpExtensions.GetSelfHelpSolutionResults(TenantResource) 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.
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.