StorageMigrationOptions.SwitchSiteAfterMigration Property

Definition

Gets or sets <code>true</code>if the app should be switched over; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.switchSiteAfterMigration")]
public bool? SwitchSiteAfterMigration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.switchSiteAfterMigration")>]
member this.SwitchSiteAfterMigration : Nullable<bool> with get, set
Public Property SwitchSiteAfterMigration As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to