Class DimensionProperties

java.lang.Object
com.azure.resourcemanager.purview.models.DimensionProperties

public final class DimensionProperties extends Object
properties for dimension.
  • Constructor Details

    • DimensionProperties

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

    • displayName

      public String displayName()
      Get the displayName property: localized display name of the dimension to customer.
      Returns:
      the displayName value.
    • withDisplayName

      public DimensionProperties withDisplayName(String displayName)
      Set the displayName property: localized display name of the dimension to customer.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the DimensionProperties object itself.
    • name

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

      public DimensionProperties withName(String name)
      Set the name property: dimension name.
      Parameters:
      name - the name value to set.
      Returns:
      the DimensionProperties object itself.
    • toBeExportedForCustomer

      public Boolean toBeExportedForCustomer()
      Get the toBeExportedForCustomer property: flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox).
      Returns:
      the toBeExportedForCustomer value.
    • withToBeExportedForCustomer

      public DimensionProperties withToBeExportedForCustomer(Boolean toBeExportedForCustomer)
      Set the toBeExportedForCustomer property: flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox).
      Parameters:
      toBeExportedForCustomer - the toBeExportedForCustomer value to set.
      Returns:
      the DimensionProperties object itself.
    • validate

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