ArmDataBoxEdgeModelFactory.DataBoxEdgeDevicePatch 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.
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.