JobResourceUpdateParameter Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. JobResourceUpdateParameter
- com.
Implements
public final class JobResourceUpdateParameter
implements JsonSerializable<JobResourceUpdateParameter>
The JobResourceUpdateParameter.
Constructor Summary
| Constructor | Description |
|---|---|
| JobResourceUpdateParameter() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Update |
details()
Get the details property: Details of a job to be updated. |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
|
Resource |
identity()
Get the identity property: Msi identity of the resource. |
| Map<String,String> |
tags()
Get the tags property: The list of key value pairs that describe the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Job |
withDetails(UpdateJobDetails details)
Set the details property: Details of a job to be updated. |
|
Job |
withIdentity(ResourceIdentity identity)
Set the identity property: Msi identity of the resource. |
|
Job |
withTags(Map<String,String> tags)
Set the tags property: The list of key value pairs that describe the resource. |
Methods inherited from java.lang.Object
Constructor Details
JobResourceUpdateParameter
public JobResourceUpdateParameter()
Creates an instance of JobResourceUpdateParameter class.
Method Details
details
public UpdateJobDetails details()
Get the details property: Details of a job to be updated.
Returns:
fromJson
public static JobResourceUpdateParameter fromJson(JsonReader jsonReader)
Reads an instance of JobResourceUpdateParameter from the JsonReader.
Parameters:
Returns:
Throws:
identity
public ResourceIdentity identity()
Get the identity property: Msi identity of the resource.
Returns:
tags
public Map<String,String> tags()
Get the tags property: The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
Returns:
toJson
validate
public void validate()
Validates the instance.
withDetails
public JobResourceUpdateParameter withDetails(UpdateJobDetails details)
Set the details property: Details of a job to be updated.
Parameters:
Returns:
withIdentity
public JobResourceUpdateParameter withIdentity(ResourceIdentity identity)
Set the identity property: Msi identity of the resource.
Parameters:
Returns:
withTags
public JobResourceUpdateParameter withTags(Map<String,String> tags)
Set the tags property: The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
Parameters:
Returns: