GetImportPipelineResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The identity of the import pipeline.

Link copied to clipboard
val location: String? = null

The location of the import 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

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.

Link copied to clipboard

The type of the resource.