IRestorePoint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure SQL database's Restore Point.
public interface IRestorePoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.RestorePointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup
type IRestorePoint = interface
interface IBeta
interface IHasInner<RestorePointInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
Public Interface IRestorePoint
Implements IBeta, IHasId, IHasInner(Of RestorePointInner), IHasName, IHasResourceGroup
- Implements
Properties
DatabaseId |
Gets the ID of the SQL Database to which this replication belongs. |
DatabaseName |
Gets name of the SQL Database to which this replication belongs. |
EarliestRestoreDate |
Gets earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
RestorePointCreationDate |
Gets restore point creation time (ISO8601 format). Populated when restorePointType = CONTINUOUS. Null otherwise. |
RestorePointType |
Gets the restore point type of the Azure SQL Database restore point. |
SqlServerName |
Gets name of the SQL Server to which this replication belongs. |
Applies to
Azure SDK for .NET