java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.operationsmanagement.fluent.models.SolutionInner

public final class SolutionInner extends com.azure.core.management.Resource
The container for solution.
  • Constructor Details

    • SolutionInner

      public SolutionInner()
      Creates an instance of SolutionInner class.
  • Method Details

    • plan

      public SolutionPlan plan()
      Get the plan property: Plan for solution object supported by the OperationsManagement resource provider.
      Returns:
      the plan value.
    • withPlan

      public SolutionInner withPlan(SolutionPlan plan)
      Set the plan property: Plan for solution object supported by the OperationsManagement resource provider.
      Parameters:
      plan - the plan value to set.
      Returns:
      the SolutionInner object itself.
    • properties

      public SolutionProperties properties()
      Get the properties property: Properties for solution object supported by the OperationsManagement resource provider.
      Returns:
      the properties value.
    • withProperties

      public SolutionInner withProperties(SolutionProperties properties)
      Set the properties property: Properties for solution object supported by the OperationsManagement resource provider.
      Parameters:
      properties - the properties value to set.
      Returns:
      the SolutionInner object itself.
    • withLocation

      public SolutionInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SolutionInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.