UpdateMoveCollectionRequest Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. UpdateMoveCollectionRequest
- com.
Implements
public final class UpdateMoveCollectionRequest
implements JsonSerializable<UpdateMoveCollectionRequest>
Defines the request body for updating move collection.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateMoveCollectionRequest() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
| Identity |
identity()
Get the identity property: Defines the MSI properties of the Move Collection. |
| Map<String,String> |
tags()
Get the tags property: Gets or sets the Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Update |
withIdentity(Identity identity)
Set the identity property: Defines the MSI properties of the Move Collection. |
|
Update |
withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
UpdateMoveCollectionRequest
public UpdateMoveCollectionRequest()
Creates an instance of UpdateMoveCollectionRequest class.
Method Details
fromJson
public static UpdateMoveCollectionRequest fromJson(JsonReader jsonReader)
Reads an instance of UpdateMoveCollectionRequest from the JsonReader.
Parameters:
Returns:
Throws:
identity
public Identity identity()
Get the identity property: Defines the MSI properties of the Move Collection.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Gets or sets the Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIdentity
public UpdateMoveCollectionRequest withIdentity(Identity identity)
Set the identity property: Defines the MSI properties of the Move Collection.
Parameters:
Returns:
withTags
public UpdateMoveCollectionRequest withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags.
Parameters:
Returns: