Uses of Class
com.azure.resourcemanager.appservice.models.ConnStringValueTypePair
Packages that use ConnStringValueTypePair
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ConnStringValueTypePair in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ConnStringValueTypePairModifier and TypeMethodDescriptionConnectionStringDictionaryInner.properties()Get the properties property: Connection strings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ConnStringValueTypePairModifier and TypeMethodDescriptionConnectionStringDictionaryInner.withProperties(Map<String, ConnStringValueTypePair> properties) Set the properties property: Connection strings. -
Uses of ConnStringValueTypePair in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ConnStringValueTypePairModifier and TypeClassDescriptionfinal classDatabase connection string value to type pair.Methods in com.azure.resourcemanager.appservice.models that return ConnStringValueTypePairModifier and TypeMethodDescriptionstatic ConnStringValueTypePairConnStringValueTypePair.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnStringValueTypePair from the JsonReader.ConnStringValueTypePair.withType(ConnectionStringType type) Set the type property: Type of database.Set the value property: Value of pair.