通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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