DebianArchiveProperties Class
The properties of the Debian package Archive.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2023_08_01_preview.models._models_py3.ArchivePropertiesDebianArchiveProperties
Constructor
DebianArchiveProperties(*, package_source: _models.ArchivePackageSourceProperties | None = None, published_version: str | None = None, repository_endpoint_prefix: str | None = None, distribution_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
package_source
|
The package source of the archive. |
published_version
|
The published version of the archive. |
repository_endpoint_prefix
|
|
distribution_name
|
Debian distribution Name. |
Variables
Name | Description |
---|---|
package_source
|
The package source of the archive. |
published_version
|
The published version of the archive. |
repository_endpoint_prefix
|
|
repository_endpoint
|
|
provisioning_state
|
The provisioning state of the archive at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
distribution_name
|
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