Uses of Class
com.azure.resourcemanager.botservice.models.ServiceProviderParameter
Packages that use ServiceProviderParameter
Package
Description
Package containing the data models for AzureBotService.
-
Uses of ServiceProviderParameter in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ServiceProviderParameterModifier and TypeMethodDescriptionstatic ServiceProviderParameterServiceProviderParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceProviderParameter from the JsonReader.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type ServiceProviderParameterModifier and TypeMethodDescriptionServiceProviderProperties.parameters()Get the parameters property: The list of parameters for the Service Provider.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type ServiceProviderParameterModifier and TypeMethodDescriptionServiceProviderProperties.withParameters(List<ServiceProviderParameter> parameters) Set the parameters property: The list of parameters for the Service Provider.