ArmDevTestLabsModelFactory.DevTestLabVmApplyArtifactsContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body for applying artifacts to a virtual machine.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmApplyArtifactsContent DevTestLabVmApplyArtifactsContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactInstallInfo> artifacts = default);
static member DevTestLabVmApplyArtifactsContent : seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactInstallInfo> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmApplyArtifactsContent
Public Shared Function DevTestLabVmApplyArtifactsContent (Optional artifacts As IEnumerable(Of DevTestLabArtifactInstallInfo) = Nothing) As DevTestLabVmApplyArtifactsContent
Parameters
- artifacts
- IEnumerable<DevTestLabArtifactInstallInfo>
The list of artifacts to apply.
Returns
A new DevTestLabVmApplyArtifactsContent instance for mocking.