DebianArchivePackageSourceProperties Class
The properties of the archive package source.
- Inheritance
-
azure.mgmt.containerregistry.v2023_11_01_preview.models._models_py3.ArchivePackageSourcePropertiesDebianArchivePackageSourceProperties
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
|
The external repository url. |
distribution_name
|
Upstream Debian distribution Name. |
Variables
Name | Description |
---|---|
type
|
The type of package source for a archive. "remote" |
url
|
The external repository url. |
distribution_name
|
Upstream Debian distribution Name. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python