Package version:

Interface UserArtifactSource

The source image from which the Image Version is going to be created.

interface UserArtifactSource {
    defaultConfigurationLink?: string;
    mediaLink: string;
}

Properties

defaultConfigurationLink?: string

Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.

mediaLink: string

Required. The mediaLink of the artifact, must be a readable storage page blob.