@Beta(value=V1_7_0)
public interface RestorePoint
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.RestorePointInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
| Modifier and Type | Method and Description |
|---|---|
String |
databaseId() |
String |
databaseName() |
org.joda.time.DateTime |
earliestRestoreDate() |
org.joda.time.DateTime |
restorePointCreationDate() |
RestorePointType |
restorePointType() |
String |
sqlServerName() |
innerresourceGroupNameString sqlServerName()
String databaseName()
@Beta(value=V1_7_0) String databaseId()
RestorePointType restorePointType()
org.joda.time.DateTime restorePointCreationDate()
org.joda.time.DateTime earliestRestoreDate()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/