Class ManagementConfigurationInner

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

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

    • ManagementConfigurationInner

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

    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • withLocation

      public ManagementConfigurationInner withLocation(String location)
      Set the location property: Resource location.
      Parameters:
      location - the location value to set.
      Returns:
      the ManagementConfigurationInner object itself.
    • properties

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

      Set the properties property: Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ManagementConfigurationInner object itself.
    • validate

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