Share via


ManualResolutionProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties

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.

ManualResolutionProperties 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the targetId value

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:

targetId - the targetId value to set

Returns:

the ManualResolutionProperties object itself.

Applies to