ArmBotServiceModelFactory.BotConnectionSettingProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BotConnectionSettingProperties.
public static Azure.ResourceManager.BotService.Models.BotConnectionSettingProperties BotConnectionSettingProperties (string clientId = default, string settingId = default, string clientSecret = default, string scopes = default, string serviceProviderId = default, string serviceProviderDisplayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.Models.BotConnectionSettingParameter> parameters = default, string provisioningState = default);
static member BotConnectionSettingProperties : string * string * string * string * string * string * seq<Azure.ResourceManager.BotService.Models.BotConnectionSettingParameter> * string -> Azure.ResourceManager.BotService.Models.BotConnectionSettingProperties
Public Shared Function BotConnectionSettingProperties (Optional clientId As String = Nothing, Optional settingId As String = Nothing, Optional clientSecret As String = Nothing, Optional scopes As String = Nothing, Optional serviceProviderId As String = Nothing, Optional serviceProviderDisplayName As String = Nothing, Optional parameters As IEnumerable(Of BotConnectionSettingParameter) = Nothing, Optional provisioningState As String = Nothing) As BotConnectionSettingProperties
Parameters
- clientId
- String
Client Id associated with the Connection Setting.
- settingId
- String
Setting Id set by the service for the Connection Setting.
- clientSecret
- String
Client Secret associated with the Connection Setting.
- scopes
- String
Scopes associated with the Connection Setting.
- serviceProviderId
- String
Service Provider Id associated with the Connection Setting.
- serviceProviderDisplayName
- String
Service Provider Display Name associated with the Connection Setting.
- parameters
- IEnumerable<BotConnectionSettingParameter>
Service Provider Parameters associated with the Connection Setting.
- provisioningState
- String
Provisioning state of the resource.
Returns
A new BotConnectionSettingProperties instance for mocking.