Package version:

The properties of a archive.

interface ArchiveProperties {
    packageSource?: ArchivePackageSourceProperties;
    provisioningState?: string;
    publishedVersion?: string;
    repositoryEndpoint?: string;
    repositoryEndpointPrefix?: string;
}

Hierarchy (view full)

Properties

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