ArmWorkloadOrchestrationModelFactory.BulkDeploySolutionContent Method
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.
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.