Class ManagementAssociationInner

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

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

    • ManagementAssociationInner

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

    • location

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

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

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

      public ManagementAssociationInner withProperties(ManagementAssociationProperties properties)
      Set the properties property: Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ManagementAssociationInner object itself.
    • validate

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