ArmWorkloadOrchestrationModelFactory.BulkPublishSolutionContent 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.BulkPublishSolutionContent BulkPublishSolutionContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails> targets = default, string solutionInstanceName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSolutionDependencyContent> solutionDependencies = default);
static member BulkPublishSolutionContent : seq<Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails> * string * seq<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSolutionDependencyContent> -> Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishSolutionContent
Public Shared Function BulkPublishSolutionContent (Optional targets As IEnumerable(Of BulkPublishTargetDetails) = Nothing, Optional solutionInstanceName As String = Nothing, Optional solutionDependencies As IEnumerable(Of EdgeSolutionDependencyContent) = Nothing) As BulkPublishSolutionContent
Parameters
- targets
- IEnumerable<BulkPublishTargetDetails>
Targets to which solution needs to be published.
- solutionInstanceName
- String
Name of the solution instance.
- solutionDependencies
- IEnumerable<EdgeSolutionDependencyContent>
Solution dependencies.
Returns
A new BulkPublishSolutionContent instance for mocking.