Freigeben über


ArmDevTestLabsModelFactory.DevTestLabVmApplyArtifactsContent Method

Definition

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.

Applies to