SolutionOperationsClient Interface
public interface SolutionOperationsClient
An instance of this class provides access to all the operations defined in SolutionOperationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sync |
beginCreate(String scope, String solutionResourceName)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solution |
|
abstract
Sync |
beginCreate(String scope, String solutionResourceName, SolutionResourceInner solutionRequestBody, Context context)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solution |
|
abstract
Sync |
beginUpdate(String scope, String solutionResourceName)
Update the required |
|
abstract
Sync |
beginUpdate(String scope, String solutionResourceName, SolutionPatchRequestBody solutionPatchRequestBody, Context context)
Update the required |
|
abstract
Solution |
create(String scope, String solutionResourceName)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solution |
|
abstract
Solution |
create(String scope, String solutionResourceName, SolutionResourceInner solutionRequestBody, Context context)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solution |
|
abstract
Solution |
get(String scope, String solutionResourceName)
Get the solution using the applicable solution |
|
abstract
Response<Solution |
getWithResponse(String scope, String solutionResourceName, Context context)
Get the solution using the applicable solution |
|
abstract
Solution |
update(String scope, String solutionResourceName)
Update the required |
|
abstract
Solution |
update(String scope, String solutionResourceName, SolutionPatchRequestBody solutionPatchRequestBody, Context context)
Update the required |
| abstract void |
warmUp(String scope, String solutionResourceName)
Warm up the solution resource by preloading asynchronous diagnostics results into cache. |
| abstract Response<Void> |
warmUpWithResponse(String scope, String solutionResourceName, SolutionWarmUpRequestBody solutionWarmUpRequestBody, Context context)
Warm up the solution resource by preloading asynchronous diagnostics results into cache. |
Method Details
beginCreate
public abstract SyncPoller<PollResult<SolutionResourceInner>,SolutionResourceInner> beginCreate(String scope, String solutionResourceName)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and requiredInputs’ from discovery solutions.
Azure solutions comprise a comprehensive library of self-help resources that have been thoughtfully curated by Azure engineers to aid customers in resolving typical troubleshooting issues. These solutions encompass:
(1.) Dynamic and context-aware diagnostics, guided troubleshooting wizards, and data visualizations.
(2.) Rich instructional video tutorials and illustrative diagrams and images.
(3.) Thoughtfully assembled textual troubleshooting instructions.
All these components are seamlessly converged into unified solutions tailored to address a specific support problem area.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<SolutionResourceInner>,SolutionResourceInner> beginCreate(String scope, String solutionResourceName, SolutionResourceInner solutionRequestBody, Context context)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and requiredInputs’ from discovery solutions.
Azure solutions comprise a comprehensive library of self-help resources that have been thoughtfully curated by Azure engineers to aid customers in resolving typical troubleshooting issues. These solutions encompass:
(1.) Dynamic and context-aware diagnostics, guided troubleshooting wizards, and data visualizations.
(2.) Rich instructional video tutorials and illustrative diagrams and images.
(3.) Thoughtfully assembled textual troubleshooting instructions.
All these components are seamlessly converged into unified solutions tailored to address a specific support problem area.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<SolutionResourceInner>,SolutionResourceInner> beginUpdate(String scope, String solutionResourceName)
Update the requiredInputs or additional information needed to execute the solution.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<SolutionResourceInner>,SolutionResourceInner> beginUpdate(String scope, String solutionResourceName, SolutionPatchRequestBody solutionPatchRequestBody, Context context)
Update the requiredInputs or additional information needed to execute the solution.
Parameters:
Returns:
create
public abstract SolutionResourceInner create(String scope, String solutionResourceName)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and requiredInputs’ from discovery solutions.
Azure solutions comprise a comprehensive library of self-help resources that have been thoughtfully curated by Azure engineers to aid customers in resolving typical troubleshooting issues. These solutions encompass:
(1.) Dynamic and context-aware diagnostics, guided troubleshooting wizards, and data visualizations.
(2.) Rich instructional video tutorials and illustrative diagrams and images.
(3.) Thoughtfully assembled textual troubleshooting instructions.
All these components are seamlessly converged into unified solutions tailored to address a specific support problem area.
Parameters:
Returns:
create
public abstract SolutionResourceInner create(String scope, String solutionResourceName, SolutionResourceInner solutionRequestBody, Context context)
Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and requiredInputs’ from discovery solutions.
Azure solutions comprise a comprehensive library of self-help resources that have been thoughtfully curated by Azure engineers to aid customers in resolving typical troubleshooting issues. These solutions encompass:
(1.) Dynamic and context-aware diagnostics, guided troubleshooting wizards, and data visualizations.
(2.) Rich instructional video tutorials and illustrative diagrams and images.
(3.) Thoughtfully assembled textual troubleshooting instructions.
All these components are seamlessly converged into unified solutions tailored to address a specific support problem area.
Parameters:
Returns:
get
public abstract SolutionResourceInner get(String scope, String solutionResourceName)
Get the solution using the applicable solutionResourceName while creating the solution.
Parameters:
Returns:
getWithResponse
public abstract Response<SolutionResourceInner> getWithResponse(String scope, String solutionResourceName, Context context)
Get the solution using the applicable solutionResourceName while creating the solution.
Parameters:
Returns:
update
public abstract SolutionResourceInner update(String scope, String solutionResourceName)
Update the requiredInputs or additional information needed to execute the solution.
Parameters:
Returns:
update
public abstract SolutionResourceInner update(String scope, String solutionResourceName, SolutionPatchRequestBody solutionPatchRequestBody, Context context)
Update the requiredInputs or additional information needed to execute the solution.
Parameters:
Returns:
warmUp
public abstract void warmUp(String scope, String solutionResourceName)
Warm up the solution resource by preloading asynchronous diagnostics results into cache.
Parameters:
warmUpWithResponse
public abstract Response<Void> warmUpWithResponse(String scope, String solutionResourceName, SolutionWarmUpRequestBody solutionWarmUpRequestBody, Context context)
Warm up the solution resource by preloading asynchronous diagnostics results into cache.
Parameters:
Returns: