다음을 통해 공유


IWithConnectionString<FluentT>.WithStickyConnectionString 메서드

정의

웹앱에 연결 문자열을 추가합니다. 이 연결 문자열은 교환하는 동안 슬롯에 유지됩니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithStickyConnectionString (string name, string value, Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType type);
abstract member WithStickyConnectionString : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithStickyConnectionString (name As String, value As String, type As ConnectionStringType) As IUpdate(Of FluentT)

매개 변수

name
String

연결 문자열의 이름으로,

value
String

연결 문자열 값입니다.

type
ConnectionStringType

연결 문자열 형식입니다.

반환

적용 대상