IWithConnectionString<FluentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app definition stage allowing connection strings to be set.
public interface IWithConnectionString<FluentT>
type IWithConnectionString<'FluentT> = interface
Public Interface IWithConnectionString(Of FluentT)
Type Parameters
- FluentT
The type of the resource.
- Derived
Methods
WithConnectionString(String, String, ConnectionStringType) |
Adds a connection string to the web app. |
WithStickyConnectionString(String, String, ConnectionStringType) |
Adds a connection string to the web app. This connection string will be swapped as well after a deployment slot swap. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET