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

BulkPublishSolutionContent Constructor

Definition

Initializes a new instance of BulkPublishSolutionContent.

public BulkPublishSolutionContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails> targets);
new Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishSolutionContent : seq<Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails> -> Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishSolutionContent
Public Sub New (targets As IEnumerable(Of BulkPublishTargetDetails))

Parameters

targets
IEnumerable<BulkPublishTargetDetails>

Targets to which solution needs to be published.

Exceptions

targets is null.

Applies to