ArmWorkloadOrchestrationModelFactory.BulkPublishTargetDetails 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.
Initializes a new instance of BulkPublishTargetDetails.
public static Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails BulkPublishTargetDetails(Azure.Core.ResourceIdentifier targetId = default, string solutionInstanceName = default);
static member BulkPublishTargetDetails : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.WorkloadOrchestration.Models.BulkPublishTargetDetails
Public Shared Function BulkPublishTargetDetails (Optional targetId As ResourceIdentifier = Nothing, Optional solutionInstanceName As String = Nothing) As BulkPublishTargetDetails
Parameters
- targetId
- ResourceIdentifier
ArmId of Target.
- solutionInstanceName
- String
Name of the solution instance.
Returns
A new BulkPublishTargetDetails instance for mocking.