Compartilhar via


DebianArchivePackageSourceProperties Class

The properties of the archive package source.

Inheritance
azure.mgmt.containerregistry.v2023_11_01_preview.models._models_py3.ArchivePackageSourceProperties
DebianArchivePackageSourceProperties

Constructor

DebianArchivePackageSourceProperties(*, type: str | _models.PackageSourceType | None = None, url: str | None = None, distribution_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The type of package source for a archive. "remote"

url
str

The external repository url.

distribution_name
str

Upstream Debian distribution Name.

Variables

Name Description
type

The type of package source for a archive. "remote"

url
str

The external repository url.

distribution_name
str

Upstream Debian distribution Name.