ManagedDatabaseUpdate.CreateMode Property

Definition

Gets or sets managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. Possible values include: 'Default', 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.createMode")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ManagedDatabaseCreateMode CreateMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createMode")>]
member this.CreateMode : Microsoft.Azure.Management.Sql.Fluent.Models.ManagedDatabaseCreateMode with get, set
Public Property CreateMode As ManagedDatabaseCreateMode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to