次の方法で共有


IWithConnectionString<FluentT>.WithoutConnectionString(String) メソッド

定義

Web アプリから接続文字列を削除します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithoutConnectionString (string name);
abstract member WithoutConnectionString : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithoutConnectionString (name As String) As IUpdate(Of FluentT)

パラメーター

name
String

接続文字列の名前。

戻り値

適用対象