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_11_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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python