Compartir a través de


IWithConnectionString<FluentT>.WithStickyConnectionString Método

Definición

Agrega una cadena de conexión a la aplicación web. Esta cadena de conexión se intercambiará también después de un intercambio de ranura de implementación.

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

Parámetros

name
String

Nombre de la cadena de conexión.

value
String

Valor de cadena de conexión.

type
ConnectionStringType

Tipo de cadena de conexión.

Devoluciones

Se aplica a