ArmDataBoxEdgeModelFactory.DataBoxEdgeDevicePatch Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDevicePatch DataBoxEdgeDevicePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.Core.ResourceIdentifier subscriptionId = default);
static member DataBoxEdgeDevicePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDevicePatch
Public Shared Function DataBoxEdgeDevicePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional subscriptionId As ResourceIdentifier = Nothing) As DataBoxEdgeDevicePatch

Parameters

tags
IDictionary<String,String>

The tags attached to the Data Box Edge/Gateway resource.

identity
ManagedServiceIdentity

Msi identity of the resource.

subscriptionId
ResourceIdentifier

The path ID that uniquely identifies the subscription of the edge profile.

Returns

A new DataBoxEdgeDevicePatch instance for mocking.

Applies to