Class ManagementAssociationProperties

java.lang.Object
com.azure.resourcemanager.operationsmanagement.models.ManagementAssociationProperties

public final class ManagementAssociationProperties extends Object
ManagementAssociation properties supported by the OperationsManagement resource provider.
  • Constructor Details

    • ManagementAssociationProperties

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

    • applicationId

      public String applicationId()
      Get the applicationId property: The applicationId of the appliance for this association.
      Returns:
      the applicationId value.
    • withApplicationId

      public ManagementAssociationProperties withApplicationId(String applicationId)
      Set the applicationId property: The applicationId of the appliance for this association.
      Parameters:
      applicationId - the applicationId value to set.
      Returns:
      the ManagementAssociationProperties object itself.
    • validate

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