Class ContainerProperties

java.lang.Object
com.azure.resourcemanager.databoxedge.fluent.models.ContainerProperties

public final class ContainerProperties extends Object
The container properties.
  • Constructor Details

    • ContainerProperties

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

    • containerStatus

      public ContainerStatus containerStatus()
      Get the containerStatus property: Current status of the container.
      Returns:
      the containerStatus value.
    • dataFormat

      public AzureContainerDataFormat dataFormat()
      Get the dataFormat property: DataFormat for Container.
      Returns:
      the dataFormat value.
    • withDataFormat

      public ContainerProperties withDataFormat(AzureContainerDataFormat dataFormat)
      Set the dataFormat property: DataFormat for Container.
      Parameters:
      dataFormat - the dataFormat value to set.
      Returns:
      the ContainerProperties object itself.
    • refreshDetails

      public RefreshDetails refreshDetails()
      Get the refreshDetails property: Details of the refresh job on this container.
      Returns:
      the refreshDetails value.
    • createdDateTime

      public OffsetDateTime createdDateTime()
      Get the createdDateTime property: The UTC time when container got created.
      Returns:
      the createdDateTime value.
    • validate

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