共用方式為


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 是表示 如果連接字串在交換期間黏附于位置。

傳回

適用於