ManualResolutionProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.ManualResolutionProperties
- com.
public class ManualResolutionProperties
Defines the properties for manual resolution.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ManualResolutionProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
targetId()
Get gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual. |
|
Manual |
withTargetId(String targetId)
Set gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual. |
Methods inherited from java.lang.Object
Constructor Details
ManualResolutionProperties
public ManualResolutionProperties()
Method Details
targetId
public String targetId()
Get gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual.
Returns:
withTargetId
public ManualResolutionProperties withTargetId(String targetId)
Set gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual.
Parameters:
Returns: