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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python