Package version:

An object that represents a archive for a container registry.

interface Archive {
    id?: string;
    name?: string;
    packageSource?: ArchivePackageSourceProperties;
    provisioningState?: string;
    publishedVersion?: string;
    repositoryEndpoint?: string;
    repositoryEndpointPrefix?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

The package source of the archive.

provisioningState?: string

The provisioning state of the archive at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.

publishedVersion?: string

The published version of the archive.

repositoryEndpoint?: string

NOTE: This property will not be serialized. It can only be populated by the server.

repositoryEndpointPrefix?: string
systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.