ApplyArtifactsRequest Class
Request body for applying artifacts to a virtual machine.
- Inheritance
-
msrest.serialization.ModelApplyArtifactsRequest
Constructor
ApplyArtifactsRequest(*, artifacts: List[ArtifactInstallProperties] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
artifacts
Required
|
The list of artifacts to apply. |
Keyword-Only Parameters
Name | Description |
---|---|
artifacts
Required
|
|
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