다음을 통해 공유


IWithConnectionString<FluentT>.WithConnectionString 메서드

정의

웹앱에 연결 문자열을 추가합니다.

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

매개 변수

name
String

연결 문자열의 이름으로,

value
String

연결 문자열 값입니다.

type
ConnectionStringType

연결 문자열 형식입니다.

반환

적용 대상