Interface StorageContainer


public interface StorageContainer
An immutable client-side representation of StorageContainer.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner object.
    Gets the lastModifiedTime property: The last modified time of the blob container.
    Gets the name property: The resource name.
    Gets the type property: The resource type.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

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

      String type()
      Gets the type property: The resource type.
      Returns:
      the type value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: The last modified time of the blob container.
      Returns:
      the lastModifiedTime value.
    • innerModel

      StorageContainerInner innerModel()
      Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner object.
      Returns:
      the inner object.