ArmDataBoxModelFactory.DataBoxJobPatch 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.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.