ArmEdgeActionsModelFactory.EdgeActionPatch Method

Definition

The type used for update operations of the EdgeAction.

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

Parameters

properties
EdgeActionPropertiesUpdate

The resource-specific properties for this resource.

sku
EdgeActionSkuTypeUpdate

The sku type of the edge action.

tags
IDictionary<String,String>

Resource tags.

Returns

A new EdgeActionPatch instance for mocking.

Applies to