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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python