SolutionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. operationsmanagement. fluent. models. SolutionInner
- com.
- com.
- com.
public final class SolutionInner
extends Resource
The container for solution.
Constructor Summary
| Constructor | Description |
|---|---|
| SolutionInner() |
Creates an instance of Solution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Solution |
fromJson(JsonReader jsonReader)
Reads an instance of Solution |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Solution |
plan()
Get the plan property: Plan for solution object supported by the Operations |
|
Solution |
properties()
Get the properties property: Properties for solution object supported by the Operations |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Solution |
withLocation(String location) |
|
Solution |
withPlan(SolutionPlan plan)
Set the plan property: Plan for solution object supported by the Operations |
|
Solution |
withProperties(SolutionProperties properties)
Set the properties property: Properties for solution object supported by the Operations |
|
Solution |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
SolutionInner
public SolutionInner()
Creates an instance of SolutionInner class.
Method Details
fromJson
public static SolutionInner fromJson(JsonReader jsonReader)
Reads an instance of SolutionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SolutionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SolutionInner.name()Returns:
plan
public SolutionPlan plan()
Get the plan property: Plan for solution object supported by the OperationsManagement resource provider.
Returns:
properties
public SolutionProperties properties()
Get the properties property: Properties for solution object supported by the OperationsManagement resource provider.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SolutionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SolutionInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public SolutionInner withLocation(String location)
Overrides:
SolutionInner.withLocation(String location)Parameters:
withPlan
public SolutionInner withPlan(SolutionPlan plan)
Set the plan property: Plan for solution object supported by the OperationsManagement resource provider.
Parameters:
Returns:
withProperties
public SolutionInner withProperties(SolutionProperties properties)
Set the properties property: Properties for solution object supported by the OperationsManagement resource provider.
Parameters:
Returns:
withTags
public SolutionInner withTags(Map<String,String> tags)
Overrides:
SolutionInner.withTags(Map<String,String> tags)Parameters: