DebianArchivePackageSourceProperties Class
The properties of the archive package source.
- Inheritance
-
azure.mgmt.containerregistry.v2023_06_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
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PackageSourceType>
The type of package source for a archive. "remote" |
url
|
The external repository url. |
distribution_name
|
Upstream Debian distribution Name. |
Variables
Name | Description |
---|---|
type
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PackageSourceType>
The type of package source for a archive. "remote" |
url
|
The external repository url. |
distribution_name
|
Upstream Debian distribution Name. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python