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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python