Share via


JobResourceUpdateParameter Constructors

Definition

Overloads

JobResourceUpdateParameter()

Initializes a new instance of the JobResourceUpdateParameter class.

JobResourceUpdateParameter(UpdateJobDetails, IDictionary<String,String>, ResourceIdentity)

Initializes a new instance of the JobResourceUpdateParameter class.

JobResourceUpdateParameter()

Initializes a new instance of the JobResourceUpdateParameter class.

public JobResourceUpdateParameter ();
Public Sub New ()

Applies to

JobResourceUpdateParameter(UpdateJobDetails, IDictionary<String,String>, ResourceIdentity)

Initializes a new instance of the JobResourceUpdateParameter class.

public JobResourceUpdateParameter (Microsoft.Azure.Management.DataBox.Models.UpdateJobDetails details = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataBox.Models.ResourceIdentity identity = default);
new Microsoft.Azure.Management.DataBox.Models.JobResourceUpdateParameter : Microsoft.Azure.Management.DataBox.Models.UpdateJobDetails * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBox.Models.ResourceIdentity -> Microsoft.Azure.Management.DataBox.Models.JobResourceUpdateParameter
Public Sub New (Optional details As UpdateJobDetails = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing)

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
ResourceIdentity

Msi identity of the resource

Applies to