次の方法で共有


IWithConnectionString<FluentT>.WithConnectionString メソッド

定義

Web アプリに接続文字列を追加します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<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.Definition.IWithCreate<'FluentT>
Public Function WithConnectionString (name As String, value As String, type As ConnectionStringType) As IWithCreate(Of FluentT)

パラメーター

name
String

接続文字列の名前。

value
String

接続文字列値です。

type
ConnectionStringType

接続文字列の種類。

戻り値

適用対象