Uses of Class
com.microsoft.azure.management.appservice.ConnStringInfo
Packages that use ConnStringInfo
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ConnStringInfo in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ConnStringInfoModifier and TypeMethodDescriptionConnStringInfo.withConnectionString(String connectionString) Set connection string value.Set name of connection string.ConnStringInfo.withType(ConnectionStringType type) Set type of database.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ConnStringInfoMethod parameters in com.microsoft.azure.management.appservice with type arguments of type ConnStringInfoModifier and TypeMethodDescriptionSiteConfig.withConnectionStrings(List<ConnStringInfo> connectionStrings) Set connection strings.