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 containerName property: Storage blob container name.

abstract String creatorId()

Gets the creatorId property: Creator Id of the library/package.

abstract String etag()

Gets the etag property: Resource Etag.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract LibraryResourceInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.LibraryResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String namePropertiesName()

Gets the namePropertiesName property: Name of the library.

abstract String path()

Gets the path property: Storage blob path of library.

abstract String provisioningStatus()

Gets the provisioningStatus property: Provisioning status of the library/package.

abstract String type()

Gets the type property: The type of the resource.

abstract String typePropertiesType()

Gets the typePropertiesType property: Type of the library.

abstract OffsetDateTime uploadedTimestamp()

Gets the uploadedTimestamp property: The last update time of the library.

Method Details

containerName

public abstract String containerName()

Gets the containerName property: Storage blob container name.

Returns:

the containerName value.

creatorId

public abstract String creatorId()

Gets the creatorId property: Creator Id of the library/package.

Returns:

the creatorId value.

etag

public abstract String etag()

Gets the etag property: Resource Etag.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract LibraryResourceInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.LibraryResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

namePropertiesName

public abstract String namePropertiesName()

Gets the namePropertiesName property: Name of the library.

Returns:

the namePropertiesName value.

path

public abstract String path()

Gets the path property: Storage blob path of library.

Returns:

the path value.

provisioningStatus

public abstract String provisioningStatus()

Gets the provisioningStatus property: Provisioning status of the library/package.

Returns:

the provisioningStatus value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

typePropertiesType

public abstract String typePropertiesType()

Gets the typePropertiesType property: Type of the library.

Returns:

the typePropertiesType value.

uploadedTimestamp

public abstract OffsetDateTime uploadedTimestamp()

Gets the uploadedTimestamp property: The last update time of the library.

Returns:

the uploadedTimestamp value.

Applies to