Class OperationMetaMetricDimensionSpecification

java.lang.Object
com.azure.resourcemanager.synapse.models.OperationMetaMetricDimensionSpecification

public final class OperationMetaMetricDimensionSpecification extends Object
What is this?.
  • Constructor Details

    • OperationMetaMetricDimensionSpecification

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

    • displayName

      public String displayName()
      Get the displayName property: Dimension display name.
      Returns:
      the displayName value.
    • withDisplayName

      public OperationMetaMetricDimensionSpecification withDisplayName(String displayName)
      Set the displayName property: Dimension display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the OperationMetaMetricDimensionSpecification object itself.
    • name

      public String name()
      Get the name property: Dimension unique name.
      Returns:
      the name value.
    • withName

      Set the name property: Dimension unique name.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationMetaMetricDimensionSpecification object itself.
    • toBeExportedForShoebox

      public Boolean toBeExportedForShoebox()
      Get the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
      Returns:
      the toBeExportedForShoebox value.
    • withToBeExportedForShoebox

      public OperationMetaMetricDimensionSpecification withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
      Set the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
      Parameters:
      toBeExportedForShoebox - the toBeExportedForShoebox value to set.
      Returns:
      the OperationMetaMetricDimensionSpecification object itself.
    • validate

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