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.ModelUserArtifactSource
Constructor
UserArtifactSource(*, media_link: str, default_configuration_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
media_link
|
Required. The mediaLink of the artifact, must be a readable storage page blob. Required. |
default_configuration_link
|
Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. |
Variables
Name | Description |
---|---|
media_link
|
Required. The mediaLink of the artifact, must be a readable storage page blob. Required. |
default_configuration_link
|
Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. |