GetExportPipelineResult

data class GetExportPipelineResult(val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val options: List<String>? = null, val provisioningState: String, val systemData: SystemDataResponse, val target: ExportPipelineTargetPropertiesResponse, val type: String)

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

Constructors

Link copied to clipboard
constructor(id: String, identity: IdentityPropertiesResponse? = null, location: String? = null, name: String, options: List<String>? = null, provisioningState: String, systemData: SystemDataResponse, target: ExportPipelineTargetPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The identity of the export pipeline.

Link copied to clipboard
val location: String? = null

The location of the export pipeline.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val options: List<String>? = null

The list of all options configured for the pipeline.

Link copied to clipboard

The provisioning state of the pipeline 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 target properties of the export pipeline.

Link copied to clipboard

The type of the resource.