Uses of Class
com.azure.resourcemanager.appservice.models.ConnStringInfo
-
Packages that use ConnStringInfo Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ConnStringInfo Modifier and Type Method Description List<ConnStringInfo>SiteConfigInner. connectionStrings()Get the connectionStrings property: Connection strings.List<ConnStringInfo>SiteConfigResourceInner. connectionStrings()Get the connectionStrings property: Connection strings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ConnStringInfo Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withConnectionStrings(List<ConnStringInfo> connectionStrings)Set the connectionStrings property: Connection strings.SiteConfigResourceInnerSiteConfigResourceInner. 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 ConnStringInfo Modifier and Type Method Description ConnStringInfoConnStringInfo. withConnectionString(String connectionString)Set the connectionString property: Connection string value.ConnStringInfoConnStringInfo. withName(String name)Set the name property: Name of connection string.ConnStringInfoConnStringInfo. withType(ConnectionStringType type)Set the type property: Type of database.
-