ResourceMoveDefinition Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ResourceMoveDefinition
- com.
public class ResourceMoveDefinition
Contains the information necessary to perform a resource move (rename).
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the target ID for the resource. |
Resource |
withId(String id)
Set the target ID for the resource. |
Method Details
id
public String id()
Get the target ID for the resource.
Returns:
the id value
withId
public ResourceMoveDefinition withId(String id)
Set the target ID for the resource.
Parameters:
id
- the id value to set
Returns:
the ResourceMoveDefinition object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java