ArchivePackageSourceProperties Class
The properties of the archive package source.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelArchivePackageSourceProperties
Constructor
ArchivePackageSourceProperties(*, type: str | _models.PackageSourceType | None = None, url: 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. |
Variables
Name | Description |
---|---|
type
|
The type of package source for a archive. "remote" |
url
|
The external repository url. |
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