public class ManagedInstanceLongTermRetentionBackupInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedInstanceLongTermRetentionBackupInner() |
| 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 |
managedInstanceCreateTime()
Get the managedInstanceCreateTime property: The create time of the instance.
|
String |
managedInstanceName()
Get the managedInstanceName property: The managed instance that the backup database belongs to.
|
void |
validate()
Validates the instance.
|
public ManagedInstanceLongTermRetentionBackupInner()
public String managedInstanceName()
public OffsetDateTime managedInstanceCreateTime()
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.