ArmWorkloadOrchestrationModelFactory.EdgeSchemaPatch 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.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.