LibraryResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. models. AzureEntityResource - com.
azure. resourcemanager. synapse. models. EntityResource - com.
azure. resourcemanager. synapse. fluent. models. LibraryResourceInner
- com.
- com.
- com.
- com.
public final class LibraryResourceInner
extends EntityResource
Library response details.
Constructor Summary
| Constructor | Description |
|---|---|
| LibraryResourceInner() |
Creates an instance of Library |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
containerName()
Get the container |
| String |
creatorId()
Get the creator |
| String |
etag()
Get the etag property: Resource Etag. |
|
static
Library |
fromJson(JsonReader jsonReader)
Reads an instance of Library |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
namePropertiesName()
Get the name property: Name of the library. |
| String |
path()
Get the path property: Storage blob path of library. |
| String |
provisioningStatus()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| String |
typePropertiesType()
Get the type property: Type of the library. |
|
Offset |
uploadedTimestamp()
Get the uploaded |
| void |
validate()
Validates the instance. |
|
Library |
withContainerName(String containerName)
Set the container |
|
Library |
withNamePropertiesName(String name)
Set the name property: Name of the library. |
|
Library |
withPath(String path)
Set the path property: Storage blob path of library. |
|
Library |
withTypePropertiesType(String type)
Set the type property: Type of the library. |
Methods inherited from EntityResource
Methods inherited from java.lang.Object
Constructor Details
LibraryResourceInner
public LibraryResourceInner()
Creates an instance of LibraryResourceInner class.
Method Details
containerName
public String containerName()
Get the containerName property: Storage blob container name.
Returns:
creatorId
public String creatorId()
Get the creatorId property: Creator Id of the library/package.
Returns:
etag
public String etag()
Get the etag property: Resource Etag.
Overrides:
LibraryResourceInner.etag()Returns:
fromJson
public static LibraryResourceInner fromJson(JsonReader jsonReader)
Reads an instance of LibraryResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LibraryResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LibraryResourceInner.name()Returns:
namePropertiesName
public String namePropertiesName()
Get the name property: Name of the library.
Returns:
path
public String path()
Get the path property: Storage blob path of library.
Returns:
provisioningStatus
public String provisioningStatus()
Get the provisioningStatus property: Provisioning status of the library/package.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LibraryResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LibraryResourceInner.type()Returns:
typePropertiesType
public String typePropertiesType()
Get the type property: Type of the library.
Returns:
uploadedTimestamp
public OffsetDateTime uploadedTimestamp()
Get the uploadedTimestamp property: The last update time of the library.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
LibraryResourceInner.validate()withContainerName
public LibraryResourceInner withContainerName(String containerName)
Set the containerName property: Storage blob container name.
Parameters:
Returns:
withNamePropertiesName
public LibraryResourceInner withNamePropertiesName(String name)
Set the name property: Name of the library.
Parameters:
Returns:
withPath
public LibraryResourceInner withPath(String path)
Set the path property: Storage blob path of library.
Parameters:
Returns:
withTypePropertiesType
public LibraryResourceInner withTypePropertiesType(String type)
Set the type property: Type of the library.
Parameters:
Returns: