Uses of Class
com.azure.resourcemanager.botservice.models.ConnectionSettingProperties
Packages that use ConnectionSettingProperties
Package
Description
Package containing the inner data models for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of ConnectionSettingProperties in com.azure.resourcemanager.botservice.fluent.models
Methods in com.azure.resourcemanager.botservice.fluent.models that return ConnectionSettingPropertiesModifier and TypeMethodDescriptionConnectionSettingInner.properties()Get the properties property: The set of properties specific to bot channel resource.Methods in com.azure.resourcemanager.botservice.fluent.models with parameters of type ConnectionSettingPropertiesModifier and TypeMethodDescriptionConnectionSettingInner.withProperties(ConnectionSettingProperties properties) Set the properties property: The set of properties specific to bot channel resource. -
Uses of ConnectionSettingProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ConnectionSettingPropertiesModifier and TypeMethodDescriptionstatic ConnectionSettingPropertiesConnectionSettingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionSettingProperties from the JsonReader.ConnectionSetting.properties()Gets the properties property: The set of properties specific to bot channel resource.ConnectionSettingProperties.withClientId(String clientId) Set the clientId property: Client Id associated with the Connection Setting.ConnectionSettingProperties.withClientSecret(String clientSecret) Set the clientSecret property: Client Secret associated with the Connection Setting.ConnectionSettingProperties.withParameters(List<ConnectionSettingParameter> parameters) Set the parameters property: Service Provider Parameters associated with the Connection Setting.ConnectionSettingProperties.withProvisioningState(String provisioningState) Set the provisioningState property: Provisioning state of the resource.ConnectionSettingProperties.withScopes(String scopes) Set the scopes property: Scopes associated with the Connection Setting.ConnectionSettingProperties.withServiceProviderDisplayName(String serviceProviderDisplayName) Set the serviceProviderDisplayName property: Service Provider Display Name associated with the Connection Setting.ConnectionSettingProperties.withServiceProviderId(String serviceProviderId) Set the serviceProviderId property: Service Provider Id associated with the Connection Setting.Methods in com.azure.resourcemanager.botservice.models with parameters of type ConnectionSettingPropertiesModifier and TypeMethodDescriptionConnectionSetting.DefinitionStages.WithProperties.withProperties(ConnectionSettingProperties properties) Specifies the properties property: The set of properties specific to bot channel resource.ConnectionSetting.UpdateStages.WithProperties.withProperties(ConnectionSettingProperties properties) Specifies the properties property: The set of properties specific to bot channel resource.