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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python