ResourceMoveDetails Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. ResourceMoveDetails
- com.
Implements
public final class ResourceMoveDetails
implements JsonSerializable<ResourceMoveDetails>
ResourceMoveDetails will be returned in response to GetResource call from ARM.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
completionTimeUtc()
Get the completion |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| String |
operationId()
Get the operation |
| String |
sourceResourcePath()
Get the source |
| String |
startTimeUtc()
Get the start |
| String |
targetResourcePath()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
completionTimeUtc
public String completionTimeUtc()
Get the completionTimeUtc property: Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
Returns:
fromJson
public static ResourceMoveDetails fromJson(JsonReader jsonReader)
Reads an instance of ResourceMoveDetails from the JsonReader.
Parameters:
Returns:
Throws:
operationId
public String operationId()
Get the operationId property: CorrelationId of latest ResourceMove operation attempted.
Returns:
sourceResourcePath
public String sourceResourcePath()
Get the sourceResourcePath property: ARM resource path of source resource.
Returns:
startTimeUtc
public String startTimeUtc()
Get the startTimeUtc property: Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
Returns:
targetResourcePath
public String targetResourcePath()
Get the targetResourcePath property: ARM resource path of target resource used in latest ResourceMove operation.
Returns: