Uses of Class
com.microsoft.azure.management.appservice.ConnStringInfo
-
-
Uses of ConnStringInfo in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ConnStringInfo Modifier and Type Method Description ConnStringInfoConnStringInfo. withConnectionString(String connectionString)Set connection string value.ConnStringInfoConnStringInfo. withName(String name)Set name of connection string.ConnStringInfoConnStringInfo. withType(ConnectionStringType type)Set type of database.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ConnStringInfo Modifier and Type Method Description List<ConnStringInfo>SiteConfig. connectionStrings()Get connection strings.Method parameters in com.microsoft.azure.management.appservice with type arguments of type ConnStringInfo Modifier and Type Method Description SiteConfigSiteConfig. withConnectionStrings(List<ConnStringInfo> connectionStrings)Set connection strings.
-