LibraryResourceInfo Class

Definition

Library resource info.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceInfo+LibraryResourceInfoConverter))]
public class LibraryResourceInfo
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceInfo+LibraryResourceInfoConverter))>]
type LibraryResourceInfo = class
Public Class LibraryResourceInfo
Inheritance
LibraryResourceInfo
Attributes

Properties

ArtifactId

artifact Id of the library/package.

Changed

The last updated time of the library/package.

Created

The creation time of the library/package.

Id

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

Name

Name of the library/package.

OperationId

Operation Id of the operation performed on library/package.

RecordId

record Id of the library/package.

State

Provisioning status of the library/package.

Type

The type of the resource. E.g. LibraryArtifact.

Applies to