| Package | Description |
|---|---|
| com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnStringInfo |
ConnStringInfo.withConnectionString(String connectionString)
Set connection string value.
|
ConnStringInfo |
ConnStringInfo.withName(String name)
Set name of connection string.
|
ConnStringInfo |
ConnStringInfo.withType(ConnectionStringType type)
Set type of database.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnStringInfo> |
SiteConfig.connectionStrings()
Get connection strings.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withConnectionStrings(List<ConnStringInfo> connectionStrings)
Set connection strings.
|
Copyright © 2019. All rights reserved.