DatabaseUpdateInner.SourceDatabaseId Property
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.
Gets or sets conditional. If createMode is Copy, NonReadableSecondary, OnlineSecondary, PointInTimeRestore, Recovery, or Restore, then this value is required. Specifies the resource ID of the source database. If createMode is NonReadableSecondary or OnlineSecondary, the name of the source database must be the same as the new database being created.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.sourceDatabaseId")]
public string SourceDatabaseId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sourceDatabaseId")>]
member this.SourceDatabaseId : string with get, set
Public Property SourceDatabaseId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET