ArmWorkloadOrchestrationModelFactory.BulkDeploySolutionContent Method

Definition

public static Azure.ResourceManager.WorkloadOrchestration.Models.BulkDeploySolutionContent BulkDeploySolutionContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadOrchestration.Models.BulkDeployTargetDetails> targets = default);
static member BulkDeploySolutionContent : seq<Azure.ResourceManager.WorkloadOrchestration.Models.BulkDeployTargetDetails> -> Azure.ResourceManager.WorkloadOrchestration.Models.BulkDeploySolutionContent
Public Shared Function BulkDeploySolutionContent (Optional targets As IEnumerable(Of BulkDeployTargetDetails) = Nothing) As BulkDeploySolutionContent

Parameters

targets
IEnumerable<BulkDeployTargetDetails>

Targets to which solution needs to be deployed.

Returns

A new BulkDeploySolutionContent instance for mocking.

Applies to