LibraryResourceInfo Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LibraryResourceInfo

public final class LibraryResourceInfo

Library resource info.

Constructor Summary

Constructor Description
LibraryResourceInfo()

Creates an instance of LibraryResourceInfo class.

Method Summary

Modifier and Type Method and Description
String getArtifactId()

Get the artifactId property: artifact Id of the library/package.

String getChanged()

Get the changed property: The last updated time of the library/package.

String getCreated()

Get the created property: The creation time of the library/package.

String getId()

Get the id property: Fully qualified resource ID for the resource.

String getName()

Get the name property: Name of the library/package.

String getOperationId()

Get the operationId property: Operation Id of the operation performed on library/package.

Integer getRecordId()

Get the recordId property: record Id of the library/package.

String getState()

Get the state property: Provisioning status of the library/package.

String getType()

Get the type property: The type of the resource.

Methods inherited from java.lang.Object

Constructor Details

LibraryResourceInfo

public LibraryResourceInfo()

Creates an instance of LibraryResourceInfo class.

Method Details

getArtifactId

public String getArtifactId()

Get the artifactId property: artifact Id of the library/package.

Returns:

the artifactId value.

getChanged

public String getChanged()

Get the changed property: The last updated time of the library/package.

Returns:

the changed value.

getCreated

public String getCreated()

Get the created property: The creation time of the library/package.

Returns:

the created value.

getId

public String getId()

Get the id property: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

Returns:

the id value.

getName

public String getName()

Get the name property: Name of the library/package.

Returns:

the name value.

getOperationId

public String getOperationId()

Get the operationId property: Operation Id of the operation performed on library/package.

Returns:

the operationId value.

getRecordId

public Integer getRecordId()

Get the recordId property: record Id of the library/package.

Returns:

the recordId value.

getState

public String getState()

Get the state property: Provisioning status of the library/package.

Returns:

the state value.

getType

public String getType()

Get the type property: The type of the resource. E.g. LibraryArtifact.

Returns:

the type value.

Applies to