Class ResourceMoveDefinition
java.lang.Object
com.microsoft.azure.management.sql.ResourceMoveDefinition
Contains the information necessary to perform a resource move (rename).
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionid()Get the target ID for the resource.Set the target ID for the resource.
- 
Constructor Details- 
ResourceMoveDefinitionpublic ResourceMoveDefinition()
 
- 
- 
Method Details- 
idGet the target ID for the resource.- Returns:
- the id value
 
- 
withIdSet the target ID for the resource.- Parameters:
- id- the id value to set
- Returns:
- the ResourceMoveDefinition object itself.
 
 
-