ArmEdgeActionsModelFactory.EdgeActionVersionPatch 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.
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.