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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python