Get Import Pipeline Result
data class GetImportPipelineResult(val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val options: List<String>? = null, val provisioningState: String, val source: ImportPipelineSourcePropertiesResponse, val systemData: SystemDataResponse, val trigger: PipelineTriggerPropertiesResponse? = null, val type: String)
An object that represents an import pipeline for a container registry.
Constructors
Link copied to clipboard
fun GetImportPipelineResult(id: String, identity: IdentityPropertiesResponse? = null, location: String? = null, name: String, options: List<String>? = null, provisioningState: String, source: ImportPipelineSourcePropertiesResponse, systemData: SystemDataResponse, trigger: PipelineTriggerPropertiesResponse? = null, type: String)