MoveResource Interface
public interface MoveResource
An immutable client-side representation of MoveResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Move |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Move |
properties()
Gets the properties property: Defines the move resource properties. |
|
abstract
Move |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Move |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract MoveResourceInner innerModel()
Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.MoveResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract MoveResourceProperties properties()
Gets the properties property: Defines the move resource properties.
Returns:
refresh
public abstract MoveResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract MoveResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: