ArmWorkloadOrchestrationModelFactory.EdgeSchemaPatch Method

Definition

public static Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatch EdgeSchemaPatch(Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatchProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member EdgeSchemaPatch : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatchProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatch
Public Shared Function EdgeSchemaPatch (Optional properties As EdgeSchemaPatchProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As EdgeSchemaPatch

Parameters

properties
EdgeSchemaPatchProperties

The resource-specific properties for this resource.

tags
IDictionary<String,String>

Resource tags.

Returns

A new EdgeSchemaPatch instance for mocking.

Applies to