Uses of Enum
com.azure.resourcemanager.appservice.models.ConnectionStringType
Packages that use ConnectionStringType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ConnectionStringType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type ConnectionStringType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return ConnectionStringTypeModifier and TypeMethodDescriptionstatic ConnectionStringTypeConnectionStringType.fromString(String value) Parses a serialized value to a ConnectionStringType instance.ConnectionString.type()Gets the type of the connection string.ConnStringInfo.type()Get the type property: Type of database.ConnStringValueTypePair.type()Get the type property: Type of database.static ConnectionStringTypeReturns 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 ConnectionStringTypeModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithConnectionString.withConnectionString(String name, String value, ConnectionStringType type) Adds a connection string to the web app.WebAppBase.UpdateStages.WithConnectionString.withConnectionString(String name, String value, ConnectionStringType type) Adds a connection string to the web app.WebAppBase.DefinitionStages.WithConnectionString.withStickyConnectionString(String name, String value, ConnectionStringType type) Adds a connection string to the web app.WebAppBase.UpdateStages.WithConnectionString.withStickyConnectionString(String name, String value, ConnectionStringType type) Adds a connection string to the web app.ConnStringInfo.withType(ConnectionStringType type) Set the type property: Type of database.ConnStringValueTypePair.withType(ConnectionStringType type) Set the type property: Type of database.