ArmBotServiceModelFactory.BotServiceProviderParameter 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 BotServiceProviderParameter.
public static Azure.ResourceManager.BotService.Models.BotServiceProviderParameter BotServiceProviderParameter (string name = default, string serviceProviderParameterType = default, string displayName = default, string description = default, Uri helpUri = default, string default = default, bool? isRequired = default);
static member BotServiceProviderParameter : string * string * string * string * Uri * string * Nullable<bool> -> Azure.ResourceManager.BotService.Models.BotServiceProviderParameter
Public Shared Function BotServiceProviderParameter (Optional name As String = Nothing, Optional serviceProviderParameterType As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional helpUri As Uri = Nothing, Optional default As String = Nothing, Optional isRequired As Nullable(Of Boolean) = Nothing) As BotServiceProviderParameter
Parameters
- name
- String
Name of the Service Provider.
- serviceProviderParameterType
- String
Type of the Service Provider.
- displayName
- String
Display Name of the Service Provider.
- description
- String
Description of the Service Provider.
- helpUri
- Uri
Help Url for the Service Provider.
- default
- String
Default Name for the Service Provider.
Returns
A new BotServiceProviderParameter instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET