public class LongTermRetentionBackupInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
LongTermRetentionBackupInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
backupExpirationTime()
Get the backupExpirationTime property: The time the long term retention backup will expire.
|
OffsetDateTime |
backupTime()
Get the backupTime property: The time the backup was taken.
|
OffsetDateTime |
databaseDeletionTime()
Get the databaseDeletionTime property: The delete time of the database.
|
String |
databaseName()
Get the databaseName property: The name of the database the backup belong to.
|
OffsetDateTime |
serverCreateTime()
Get the serverCreateTime property: The create time of the server.
|
String |
serverName()
Get the serverName property: The server name that the backup database belong to.
|
void |
validate()
Validates the instance.
|
public String serverName()
public OffsetDateTime serverCreateTime()
public String databaseName()
public OffsetDateTime databaseDeletionTime()
public OffsetDateTime backupTime()
public OffsetDateTime backupExpirationTime()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.