LibraryResource Interface
public interface LibraryResource
An immutable client-side representation of LibraryResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
containerName()
Gets the container |
| abstract String |
creatorId()
Gets the creator |
| abstract String |
etag()
Gets the etag property: Resource Etag. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Library |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
namePropertiesName()
Gets the name |
| abstract String |
path()
Gets the path property: Storage blob path of library. |
| abstract String |
provisioningStatus()
Gets the provisioning |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
typePropertiesType()
Gets the type |
|
abstract
Offset |
uploadedTimestamp()
Gets the uploaded |
Method Details
containerName
public abstract String containerName()
Gets the containerName property: Storage blob container name.
Returns:
creatorId
public abstract String creatorId()
Gets the creatorId property: Creator Id of the library/package.
Returns:
etag
public abstract String etag()
Gets the etag property: Resource Etag.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract LibraryResourceInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.LibraryResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
namePropertiesName
public abstract String namePropertiesName()
Gets the namePropertiesName property: Name of the library.
Returns:
path
public abstract String path()
Gets the path property: Storage blob path of library.
Returns:
provisioningStatus
public abstract String provisioningStatus()
Gets the provisioningStatus property: Provisioning status of the library/package.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
typePropertiesType
public abstract String typePropertiesType()
Gets the typePropertiesType property: Type of the library.
Returns:
uploadedTimestamp
public abstract OffsetDateTime uploadedTimestamp()
Gets the uploadedTimestamp property: The last update time of the library.
Returns: