SolutionMetadataResource Interface
public interface SolutionMetadataResource
An immutable client-side representation of SolutionMetadataResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: A detailed description of solution. |
| 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 List<List<String>> |
requiredParameterSets()
Gets the required |
| abstract String |
solutionId()
Gets the solution |
| abstract String |
solutionType()
Gets the solution |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
description
public abstract String description()
Gets the description property: A detailed description of solution.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SolutionMetadataResourceInner innerModel()
Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.SolutionMetadataResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
requiredParameterSets
public abstract List<List<String>> requiredParameterSets()
Gets the requiredParameterSets property: Required parameters for invoking this particular solution.
Returns:
solutionId
public abstract String solutionId()
Gets the solutionId property: Solution Id.
Returns:
solutionType
public abstract String solutionType()
Gets the solutionType property: Solution Type.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: