SolutionResource Interface
public interface SolutionResource
An immutable client-side representation of SolutionResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
content()
Gets the content property: The HTML content that needs to be rendered and shown to customer. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Solution |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Map<String,String> |
parameters()
Gets the parameters property: Client input parameters to run Solution. |
|
abstract
Solution |
provisioningState()
Gets the provisioning |
|
abstract
Solution |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Solution |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Replacement |
replacementMaps()
Gets the replacement |
| abstract List<Section> |
sections()
Gets the sections property: List of section object. |
| abstract String |
solutionId()
Gets the solution |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
title()
Gets the title property: The title. |
|
abstract
List<Trigger |
triggerCriteria()
Gets the trigger |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Solution |
| abstract void |
warmUp()
Warm up the solution resource by preloading asynchronous diagnostics results into cache. |
| abstract Response<Void> |
warmUpWithResponse(SolutionWarmUpRequestBody solutionWarmUpRequestBody, Context context)
Warm up the solution resource by preloading asynchronous diagnostics results into cache. |
Method Details
content
public abstract String content()
Gets the content property: The HTML content that needs to be rendered and shown to customer.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SolutionResourceInner innerModel()
Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.SolutionResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
parameters
public abstract Map<String,String> parameters()
Gets the parameters property: Client input parameters to run Solution.
Returns:
provisioningState
public abstract SolutionProvisioningState provisioningState()
Gets the provisioningState property: Status of solution provisioning.
Returns:
refresh
public abstract SolutionResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SolutionResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
replacementMaps
public abstract ReplacementMaps replacementMaps()
Gets the replacementMaps property: Solution replacement maps.
Returns:
sections
public abstract List
Gets the sections property: List of section object.
Returns:
solutionId
public abstract String solutionId()
Gets the solutionId property: Solution Id to identify single solution.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
title
public abstract String title()
Gets the title property: The title.
Returns:
triggerCriteria
public abstract List<TriggerCriterion> triggerCriteria()
Gets the triggerCriteria property: Solution request trigger criteria.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SolutionResource.Update update()
Begins update for the SolutionResource resource.
Returns:
warmUp
public abstract void warmUp()
Warm up the solution resource by preloading asynchronous diagnostics results into cache.
warmUpWithResponse
public abstract Response<Void> warmUpWithResponse(SolutionWarmUpRequestBody solutionWarmUpRequestBody, Context context)
Warm up the solution resource by preloading asynchronous diagnostics results into cache.
Parameters:
Returns: