Class ApmProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.ApmProperties

public final class ApmProperties extends Object
Properties of an APM.
  • Constructor Details

    • ApmProperties

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

    • type

      public String type()
      Get the type property: APM Type.
      Returns:
      the type value.
    • withType

      public ApmProperties withType(String type)
      Set the type property: APM Type.
      Parameters:
      type - the type value to set.
      Returns:
      the ApmProperties object itself.
    • provisioningState

      public ApmProvisioningState provisioningState()
      Get the provisioningState property: State of the APM.
      Returns:
      the provisioningState value.
    • properties

      public Map<String,String> properties()
      Get the properties property: Non-sensitive properties for the APM.
      Returns:
      the properties value.
    • withProperties

      public ApmProperties withProperties(Map<String,String> properties)
      Set the properties property: Non-sensitive properties for the APM.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ApmProperties object itself.
    • secrets

      public Map<String,String> secrets()
      Get the secrets property: Sensitive properties for the APM.
      Returns:
      the secrets value.
    • withSecrets

      public ApmProperties withSecrets(Map<String,String> secrets)
      Set the secrets property: Sensitive properties for the APM.
      Parameters:
      secrets - the secrets value to set.
      Returns:
      the ApmProperties object itself.
    • validate

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