Class LibraryResourceInfo


  • public final class LibraryResourceInfo
    extends Object
    Library resource info.
    • Constructor Detail

      • LibraryResourceInfo

        public LibraryResourceInfo()
    • Method Detail

      • 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.
      • 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.
      • getCreated

        public String getCreated()
        Get the created property: The creation time of the library/package.
        Returns:
        the created value.
      • getChanged

        public String getChanged()
        Get the changed property: The last updated time of the library/package.
        Returns:
        the changed value.
      • getType

        public String getType()
        Get the type property: The type of the resource. E.g. LibraryArtifact.
        Returns:
        the type 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.
      • getArtifactId

        public String getArtifactId()
        Get the artifactId property: artifact Id of the library/package.
        Returns:
        the artifactId value.