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 SolutionMetadataResourceInner innerModel()

Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.SolutionMetadataResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract List<List<String>> requiredParameterSets()

Gets the requiredParameterSets property: Required parameters for invoking this particular solution.

abstract String solutionId()

Gets the solutionId property: Solution Id.

abstract String solutionType()

Gets the solutionType property: Solution Type.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SolutionMetadataResourceInner innerModel()

Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.SolutionMetadataResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

requiredParameterSets

public abstract List<List<String>> requiredParameterSets()

Gets the requiredParameterSets property: Required parameters for invoking this particular solution.

Returns:

the requiredParameterSets value.

solutionId

public abstract String solutionId()

Gets the solutionId property: Solution Id.

Returns:

the solutionId value.

solutionType

public abstract String solutionType()

Gets the solutionType property: Solution Type.

Returns:

the solutionType value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to