Class StorageContainerInner

java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner

public final class StorageContainerInner extends com.azure.core.management.SubResource
Azure Storage blob container information.
  • Constructor Details

    • StorageContainerInner

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

    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • withId

      public StorageContainerInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • lastModifiedTime

      public OffsetDateTime lastModifiedTime()
      Get the lastModifiedTime property: The last modified time of the blob container.
      Returns:
      the lastModifiedTime value.
    • validate

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