ManagedDatabaseRestoreDetailsResultInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedDatabaseRestoreDetailsResultInner
- com.
- com.
public final class ManagedDatabaseRestoreDetailsResultInner
extends ProxyResource
A managed database restore details.
Constructor Summary
Constructor | Description |
---|---|
ManagedDatabaseRestoreDetailsResultInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
blockReason()
Get the block |
String |
currentRestoringFileName()
Get the current |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
lastRestoredFileName()
Get the last |
Offset |
lastRestoredFileTime()
Get the last |
String |
lastUploadedFileName()
Get the last |
Offset |
lastUploadedFileTime()
Get the last |
String |
name()
Get the name property: The name of the resource. |
Long |
numberOfFilesDetected()
Get the number |
Double |
percentCompleted()
Get the percent |
String |
status()
Get the status property: Restore status. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
List<String> |
unrestorableFiles()
Get the unrestorable |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedDatabaseRestoreDetailsResultInner
public ManagedDatabaseRestoreDetailsResultInner()
Creates an instance of ManagedDatabaseRestoreDetailsResultInner class.
Method Details
blockReason
public String blockReason()
Get the blockReason property: The reason why restore is in Blocked state.
Returns:
currentRestoringFileName
public String currentRestoringFileName()
Get the currentRestoringFileName property: Current restoring file name.
Returns:
fromJson
public static ManagedDatabaseRestoreDetailsResultInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedDatabaseRestoreDetailsResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.id()Returns:
lastRestoredFileName
public String lastRestoredFileName()
Get the lastRestoredFileName property: Last restored file name.
Returns:
lastRestoredFileTime
public OffsetDateTime lastRestoredFileTime()
Get the lastRestoredFileTime property: Last restored file time.
Returns:
lastUploadedFileName
public String lastUploadedFileName()
Get the lastUploadedFileName property: Last uploaded file name.
Returns:
lastUploadedFileTime
public OffsetDateTime lastUploadedFileTime()
Get the lastUploadedFileTime property: Last uploaded file time.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.name()Returns:
numberOfFilesDetected
public Long numberOfFilesDetected()
Get the numberOfFilesDetected property: Number of files detected.
Returns:
percentCompleted
public Double percentCompleted()
Get the percentCompleted property: Percent completed.
Returns:
status
public String status()
Get the status property: Restore status.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedDatabaseRestoreDetailsResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.type()Returns:
unrestorableFiles
public List
Get the unrestorableFiles property: List of unrestorable files.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java