ArmEdgeActionsModelFactory.EdgeActionPatch 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 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.
The sku type of the edge action.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new EdgeActionPatch instance for mocking.