Uses of Class
com.azure.resourcemanager.appservice.models.ConnStringValueTypePair
-
Packages that use ConnStringValueTypePair 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 ConnStringValueTypePair in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ConnStringValueTypePair Modifier and Type Method Description Map<String,ConnStringValueTypePair>ConnectionStringDictionaryInner. properties()Get the properties property: Connection strings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ConnStringValueTypePair Modifier and Type Method Description ConnectionStringDictionaryInnerConnectionStringDictionaryInner. withProperties(Map<String,ConnStringValueTypePair> properties)Set the properties property: Connection strings. -
Uses of ConnStringValueTypePair in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ConnStringValueTypePair Modifier and Type Method Description ConnStringValueTypePairConnStringValueTypePair. withType(ConnectionStringType type)Set the type property: Type of database.ConnStringValueTypePairConnStringValueTypePair. withValue(String value)Set the value property: Value of pair.
-