ArmDataBoxModelFactory.DataBoxJobPatch Method

Definition

public static Azure.ResourceManager.DataBox.Models.DataBoxJobPatch DataBoxJobPatch(Azure.ResourceManager.DataBox.Models.UpdateJobDetails details = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member DataBoxJobPatch : Azure.ResourceManager.DataBox.Models.UpdateJobDetails * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.DataBox.Models.DataBoxJobPatch
Public Shared Function DataBoxJobPatch (Optional details As UpdateJobDetails = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As DataBoxJobPatch

Parameters

details
UpdateJobDetails

Details of a job to be updated.

tags
IDictionary<String,String>

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

identity
ManagedServiceIdentity

Msi identity of the resource.

Returns

A new DataBoxJobPatch instance for mocking.

Applies to