Share via


IRestoreRequest.AdjustConnectionString Property

Definition

true if SiteConfig.ConnectionStrings should be set in new app; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="adjustConnectionStrings")]
public bool? AdjustConnectionString { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="adjustConnectionStrings")>]
member this.AdjustConnectionString : Nullable<bool> with get, set
Public Property AdjustConnectionString As Nullable(Of Boolean)

Property Value

Attributes

Applies to