Interface LibraryResource


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

    Modifier and Type
    Method
    Description
    Gets the containerName property: Storage blob container name.
    Gets the creatorId property: Creator Id of the library/package.
    Gets the etag property: Resource Etag.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.LibraryResourceInner object.
    Gets the name property: The name of the resource.
    Gets the namePropertiesName property: Name of the library.
    Gets the path property: Storage blob path of library.
    Gets the provisioningStatus property: Provisioning status of the library/package.
    Gets the type property: The type of the resource.
    Gets the typePropertiesType property: Type of the library.
    Gets the uploadedTimestamp property: The last update time of the library.
  • 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 name of the resource.
      Returns:
      the name value.
    • type

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

      String etag()
      Gets the etag property: Resource Etag.
      Returns:
      the etag value.
    • namePropertiesName

      String namePropertiesName()
      Gets the namePropertiesName property: Name of the library.
      Returns:
      the namePropertiesName value.
    • path

      String path()
      Gets the path property: Storage blob path of library.
      Returns:
      the path value.
    • containerName

      String containerName()
      Gets the containerName property: Storage blob container name.
      Returns:
      the containerName value.
    • uploadedTimestamp

      OffsetDateTime uploadedTimestamp()
      Gets the uploadedTimestamp property: The last update time of the library.
      Returns:
      the uploadedTimestamp value.
    • typePropertiesType

      String typePropertiesType()
      Gets the typePropertiesType property: Type of the library.
      Returns:
      the typePropertiesType value.
    • provisioningStatus

      String provisioningStatus()
      Gets the provisioningStatus property: Provisioning status of the library/package.
      Returns:
      the provisioningStatus value.
    • creatorId

      String creatorId()
      Gets the creatorId property: Creator Id of the library/package.
      Returns:
      the creatorId value.
    • innerModel

      LibraryResourceInner innerModel()
      Gets the inner com.azure.resourcemanager.synapse.fluent.models.LibraryResourceInner object.
      Returns:
      the inner object.