Uses of Class
com.microsoft.azure.management.appservice.ConnectionStringType
-
-
Uses of ConnectionStringType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ConnectionStringType Modifier and Type Method Description static ConnectionStringTypeConnectionStringType. fromString(String value)Parses a serialized value to a ConnectionStringType instance.ConnectionStringTypeConnectionString. type()ConnectionStringTypeConnStringInfo. type()Get type of database.ConnectionStringTypeConnStringValueTypePair. type()Get type of database.static ConnectionStringTypeConnectionStringType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionStringType[]ConnectionStringType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type ConnectionStringType Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithConnectionString. withConnectionString(String name, String value, ConnectionStringType type)Adds a connection string to the web app.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithConnectionString. withConnectionString(String name, String value, ConnectionStringType type)Adds a connection string to the web app.WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithConnectionString. withStickyConnectionString(String name, String value, ConnectionStringType type)Adds a connection string to the web app.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithConnectionString. withStickyConnectionString(String name, String value, ConnectionStringType type)Adds a connection string to the web app.ConnStringInfoConnStringInfo. withType(ConnectionStringType type)Set type of database.ConnStringValueTypePairConnStringValueTypePair. withType(ConnectionStringType type)Set type of database.
-