ArmEdgeActionsModelFactory.EdgeActionVersionPatch Method

Definition

The type used for update operations of the EdgeActionVersion.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
EdgeActionVersionUpdateProperties

The resource-specific properties for this resource.

Returns

A new EdgeActionVersionPatch instance for mocking.

Applies to