Uses of Class
com.azure.resourcemanager.appservice.models.ConnectionStringType
-
Packages that use ConnectionStringType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ConnectionStringType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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 the type property: Type of database.ConnectionStringTypeConnStringValueTypePair. type()Get the type property: 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.azure.resourcemanager.appservice.models 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 the type property: Type of database.ConnStringValueTypePairConnStringValueTypePair. withType(ConnectionStringType type)Set the type property: Type of database.
-