Class OperationMetaLogSpecification

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

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

    • OperationMetaLogSpecification

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

    • displayName

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

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

      public String blobDuration()
      Get the blobDuration property: Time range the log covers.
      Returns:
      the blobDuration value.
    • withBlobDuration

      public OperationMetaLogSpecification withBlobDuration(String blobDuration)
      Set the blobDuration property: Time range the log covers.
      Parameters:
      blobDuration - the blobDuration value to set.
      Returns:
      the OperationMetaLogSpecification object itself.
    • name

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

      public OperationMetaLogSpecification withName(String name)
      Set the name property: Log unique name.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationMetaLogSpecification object itself.
    • validate

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