ArmWorkloadOrchestrationModelFactory.EdgeTargetPatch 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.EdgeTargetPatch EdgeTargetPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatchProperties properties = default);
static member EdgeTargetPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatchProperties -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatch
Public Shared Function EdgeTargetPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As EdgeTargetPatchProperties = Nothing) As EdgeTargetPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- properties
- EdgeTargetPatchProperties
The resource-specific properties for this resource.
Returns
A new EdgeTargetPatch instance for mocking.