Get Import Pipeline Result
data class GetImportPipelineResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The identity of the import pipeline.
Link copied to clipboard
The provisioning state of the pipeline at the time the operation was called.
Link copied to clipboard
The source properties of the import pipeline.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
The properties that describe the trigger of the import pipeline.