다음을 통해 공유


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이면 교환하는 동안 연결 문자열이 슬롯에 고정됩니다.

반환

적용 대상