IRestorePoint Interface
Definition
An immutable client-side representation of an Azure SQL database's Restore Point.
public interface IRestorePoint : 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 IHasInner<RestorePointInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
Public Interface IRestorePoint
Implements IHasId, IHasInner(Of RestorePointInner), IHasName, IHasResourceGroup
- Implements
Properties
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. |