Compartir a través de


UserArtifactSource Class

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
UserArtifactSource

Constructor

UserArtifactSource(*, media_link: str, default_configuration_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
media_link
str

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

default_configuration_link
str

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

Variables

Name Description
media_link
str

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

default_configuration_link
str

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