Uses of Class
com.azure.resourcemanager.appservice.models.ConnStringInfo
Packages that use ConnStringInfo
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ConnStringInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ConnStringInfoModifier and TypeMethodDescriptionSiteConfigInner.connectionStrings()Get the connectionStrings property: Connection strings.SiteConfigResourceInner.connectionStrings()Get the connectionStrings property: Connection strings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ConnStringInfoModifier and TypeMethodDescriptionSiteConfigInner.withConnectionStrings(List<ConnStringInfo> connectionStrings) Set the connectionStrings property: Connection strings.SiteConfigResourceInner.withConnectionStrings(List<ConnStringInfo> connectionStrings) Set the connectionStrings property: Connection strings. -
Uses of ConnStringInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ConnStringInfoModifier and TypeMethodDescriptionstatic ConnStringInfoConnStringInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnStringInfo from the JsonReader.ConnStringInfo.withConnectionString(String connectionString) Set the connectionString property: Connection string value.Set the name property: Name of connection string.ConnStringInfo.withType(ConnectionStringType type) Set the type property: Type of database.