次の方法で共有


IWithConnectionString<FluentT>.WithConnectionStringStickiness メソッド

定義

接続文字列の持続性を変更します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithConnectionStringStickiness (string name, bool sticky);
abstract member WithConnectionStringStickiness : string * bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithConnectionStringStickiness (name As String, sticky As Boolean) As IUpdate(Of FluentT)

パラメーター

name
String

接続文字列の名前。

sticky
Boolean

True を指定すると、スワップ中に接続文字列がスロットに貼り付きます。

戻り値

適用対象