Share via


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 MoveResourceInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.MoveResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract MoveResourceProperties properties()

Gets the properties property: Defines the move resource properties.

abstract MoveResource refresh()

Refreshes the resource to sync with Azure.

abstract MoveResource refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

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:

the id value.

innerModel

public abstract MoveResourceInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.MoveResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract MoveResourceProperties properties()

Gets the properties property: Defines the move resource properties.

Returns:

the properties value.

refresh

public abstract MoveResource refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract MoveResource refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to