GetArchiveVersionResult

data class GetArchiveVersionResult(val archiveVersionErrorMessage: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents an export pipeline for a container registry.

Constructors

Link copied to clipboard
constructor(archiveVersionErrorMessage: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The detailed error message for the archive version in the case of failure.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning state of the archive at the time the operation was called.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource.