Uses of Class
com.azure.resourcemanager.botservice.models.ConnectionSettingParameter
Packages that use ConnectionSettingParameter
Package
Description
Package containing the data models for AzureBotService.
-
Uses of ConnectionSettingParameter in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ConnectionSettingParameterModifier and TypeMethodDescriptionstatic ConnectionSettingParameterConnectionSettingParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionSettingParameter from the JsonReader.Set the key property: Key for the Connection Setting Parameter.Set the value property: Value associated with the Connection Setting Parameter.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type ConnectionSettingParameterModifier and TypeMethodDescriptionConnectionSettingProperties.parameters()Get the parameters property: Service Provider Parameters associated with the Connection Setting.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type ConnectionSettingParameterModifier and TypeMethodDescriptionConnectionSettingProperties.withParameters(List<ConnectionSettingParameter> parameters) Set the parameters property: Service Provider Parameters associated with the Connection Setting.