BulkPublishSolutionContent Constructor
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.
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.