public class ManagedDatabaseRestoreDetailsResultInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedDatabaseRestoreDetailsResultInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
blockReason()
Get the blockReason property: The reason why restore is in Blocked state.
|
String |
currentRestoringFileName()
Get the currentRestoringFileName property: Current restoring file name.
|
String |
lastRestoredFileName()
Get the lastRestoredFileName property: Last restored file name.
|
OffsetDateTime |
lastRestoredFileTime()
Get the lastRestoredFileTime property: Last restored file time.
|
String |
lastUploadedFileName()
Get the lastUploadedFileName property: Last uploaded file name.
|
OffsetDateTime |
lastUploadedFileTime()
Get the lastUploadedFileTime property: Last uploaded file time.
|
Long |
numberOfFilesDetected()
Get the numberOfFilesDetected property: Number of files detected.
|
Double |
percentCompleted()
Get the percentCompleted property: Percent completed.
|
String |
status()
Get the status property: Restore status.
|
List<String> |
unrestorableFiles()
Get the unrestorableFiles property: List of unrestorable files.
|
void |
validate()
Validates the instance.
|
public ManagedDatabaseRestoreDetailsResultInner()
public String status()
public String currentRestoringFileName()
public String lastRestoredFileName()
public OffsetDateTime lastRestoredFileTime()
public Double percentCompleted()
public List<String> unrestorableFiles()
public Long numberOfFilesDetected()
public String lastUploadedFileName()
public OffsetDateTime lastUploadedFileTime()
public String blockReason()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.