ArmBotServiceModelFactory.BotServiceProviderParameter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- name
- String
Nom du fournisseur de services.
- serviceProviderParameterType
- String
Type du fournisseur de services.
- displayName
- String
Nom d’affichage du fournisseur de services.
- description
- String
Description du fournisseur de services.
- helpUri
- Uri
URL d’aide pour le fournisseur de services.
- default
- String
Nom par défaut du fournisseur de services.
Retours
Une nouvelle BotServiceProviderParameter instance de moqueries.
S’applique à
Azure SDK for .NET