DebianArchivePackageSourceProperties Class
The properties of the archive package source.
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python