ArmWorkloadOrchestrationModelFactory.EdgeWorkflowTaskSpec 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.EdgeWorkflowTaskSpec EdgeWorkflowTaskSpec(string name = default, Azure.Core.ResourceIdentifier targetId = default, System.Collections.Generic.IDictionary<string,BinaryData> specification = default);
static member EdgeWorkflowTaskSpec : string * Azure.Core.ResourceIdentifier * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowTaskSpec
Public Shared Function EdgeWorkflowTaskSpec (Optional name As String = Nothing, Optional targetId As ResourceIdentifier = Nothing, Optional specification As IDictionary(Of String, BinaryData) = Nothing) As EdgeWorkflowTaskSpec
Parameters
- name
- String
Name of Task.
- targetId
- ResourceIdentifier
Target ARM id.
- specification
- IDictionary<String,BinaryData>
Task specification.
Returns
A new EdgeWorkflowTaskSpec instance for mocking.