Get Export Pipeline Result
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)
Properties
Link copied to clipboard
The identity of the export 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.