SolutionOperations Interface
public interface SolutionOperations
Resource collection API of SolutionOperations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Solution |
|
abstract
Solution |
get(String scope, String solutionResourceName)
Get the solution using the applicable solution |
|
abstract
Solution |
getById(String id)
Get the solution using the applicable solution |
|
abstract
Response<Solution |
getByIdWithResponse(String id, Context context)
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 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
define
public abstract SolutionResource.DefinitionStages.Blank define(String name)
Begins definition for a new SolutionResource resource.
Parameters:
Returns:
get
public abstract SolutionResource get(String scope, String solutionResourceName)
Get the solution using the applicable solutionResourceName while creating the solution.
Parameters:
Returns:
getById
public abstract SolutionResource getById(String id)
Get the solution using the applicable solutionResourceName while creating the solution.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SolutionResource> getByIdWithResponse(String id, Context context)
Get the solution using the applicable solutionResourceName while creating the solution.
Parameters:
Returns:
getWithResponse
public abstract Response<SolutionResource> getWithResponse(String scope, String solutionResourceName, Context context)
Get the solution using the applicable solutionResourceName while creating 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: