IWithConnectionString<FluentT>.WithoutConnectionString(String) Method

Definition

Removes a connection string from the web app.

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)

Parameters

name
String

The name of the connection string.

Returns

Applies to