AutomaticResolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. AutomaticResolutionProperties
- com.
Implements
public final class AutomaticResolutionProperties
implements JsonSerializable<AutomaticResolutionProperties>
Defines the properties for automatic resolution.
Constructor Summary
| Constructor | Description |
|---|---|
| AutomaticResolutionProperties() |
Creates an instance of Automatic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Automatic |
fromJson(JsonReader jsonReader)
Reads an instance of Automatic |
| String |
moveResourceId()
Get the move |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Automatic |
withMoveResourceId(String moveResourceId)
Set the move |
Methods inherited from java.lang.Object
Constructor Details
AutomaticResolutionProperties
public AutomaticResolutionProperties()
Creates an instance of AutomaticResolutionProperties class.
Method Details
fromJson
public static AutomaticResolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of AutomaticResolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
moveResourceId
public String moveResourceId()
Get the moveResourceId property: Gets the MoveResource ARM ID of the dependent resource if the resolution type is Automatic.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMoveResourceId
public AutomaticResolutionProperties withMoveResourceId(String moveResourceId)
Set the moveResourceId property: Gets the MoveResource ARM ID of the dependent resource if the resolution type is Automatic.
Parameters:
Returns: