SelfHelpSimplifiedSolutionCollection Class
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.
A class representing a collection of SelfHelpSimplifiedSolutionResource and their operations. Each SelfHelpSimplifiedSolutionResource in the collection will belong to the same instance of ArmResource. To get a SelfHelpSimplifiedSolutionCollection instance call the GetSelfHelpSimplifiedSolutions method from an instance of ArmResource.
public class SelfHelpSimplifiedSolutionCollection : Azure.ResourceManager.ArmCollection
type SelfHelpSimplifiedSolutionCollection = class
inherit ArmCollection
Public Class SelfHelpSimplifiedSolutionCollection
Inherits ArmCollection
- Inheritance
Constructors
SelfHelpSimplifiedSolutionCollection() |
Initializes a new instance of the SelfHelpSimplifiedSolutionCollection class for mocking. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmCollection) |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmCollection) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmCollection) |
Id |
Gets the resource identifier. (Inherited from ArmCollection) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmCollection) |
Methods
CreateOrUpdate(WaitUntil, String, SelfHelpSimplifiedSolutionData, CancellationToken) |
Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.<br/>
|
CreateOrUpdateAsync(WaitUntil, String, SelfHelpSimplifiedSolutionData, CancellationToken) |
Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier while still providing access to the same powerful solutions rendered in Solutions API. With Simplified Solutions, users don't have to worry about stitching together the article using replacement maps and can use the content in the API response to directly render as HTML content.<br/>
|
Exists(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
ExistsAsync(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
Get(String, CancellationToken) |
Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.
|
GetAsync(String, CancellationToken) |
Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions.
|
GetIfExists(String, CancellationToken) |
Tries to get details for this resource from the service.
|
GetIfExistsAsync(String, CancellationToken) |
Tries to get details for this resource from the service.
|
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmCollection) |
Applies to
Azure SDK for .NET