MoveResourceDependencyOverride Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.MoveResourceDependencyOverride
- com.
public class MoveResourceDependencyOverride
Defines the dependency override of the move resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MoveResourceDependencyOverride() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
id()
Get gets or sets the ARM ID of the dependent resource. |
| java.lang.String |
targetId()
Get gets or sets the resource ARM id of either the Move |
|
Move |
withId(String id)
Set gets or sets the ARM ID of the dependent resource. |
|
Move |
withTargetId(String targetId)
Set gets or sets the resource ARM id of either the Move |
Methods inherited from java.lang.Object
Constructor Details
MoveResourceDependencyOverride
public MoveResourceDependencyOverride()
Method Details
id
public String id()
Get gets or sets the ARM ID of the dependent resource.
Returns:
targetId
public String targetId()
Get gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of the dependent resource.
Returns:
withId
public MoveResourceDependencyOverride withId(String id)
Set gets or sets the ARM ID of the dependent resource.
Parameters:
Returns:
withTargetId
public MoveResourceDependencyOverride withTargetId(String targetId)
Set gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of the dependent resource.
Parameters:
Returns: