Package version:

The properties of the Debian package Archive.

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

Hierarchy (view full)

Properties

distributionName?: string

Debian distribution Name.

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