UpdateMoveCollectionRequest Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.UpdateMoveCollectionRequest
- com.
public class UpdateMoveCollectionRequest
Defines the request body for updating move collection.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| UpdateMoveCollectionRequest() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Identity |
identity()
Get the identity value. |
| java.util.Map<java.lang.String,java.lang.String> |
tags()
Get gets or sets the Resource tags. |
|
Update |
withIdentity(Identity identity)
Set the identity value. |
|
Update |
withTags(Map<String,String> tags)
Set gets or sets the Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
UpdateMoveCollectionRequest
public UpdateMoveCollectionRequest()
Method Details
identity
public Identity identity()
Get the identity value.
Returns:
tags
public Map<String,String> tags()
Get gets or sets the Resource tags.
Returns:
withIdentity
public UpdateMoveCollectionRequest withIdentity(Identity identity)
Set the identity value.
Parameters:
Returns:
withTags
public UpdateMoveCollectionRequest withTags(Map<String,String> tags)
Set gets or sets the Resource tags.
Parameters:
Returns: