다음을 통해 공유


ServiceProviderParameter Class

Definition

Extra Parameters specific to each Service Provider

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterTypeConverter))]
public class ServiceProviderParameter : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterTypeConverter))>]
type ServiceProviderParameter = class
    interface IServiceProviderParameter
    interface IJsonSerializable
Public Class ServiceProviderParameter
Implements IServiceProviderParameter
Inheritance
ServiceProviderParameter
Attributes
Implements

Constructors

ServiceProviderParameter()

Creates an new ServiceProviderParameter instance.

Properties

ConstraintRequired

Whether required the constraints of the bot meta data.

Default

Default Name for the Service Provider

Description

Description of the Service Provider

DisplayName

Display Name of the Service Provider

HelpUrl

Help Url for the Service Provider

Name

Name of the Service Provider

Type

Type of the Service Provider

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProviderParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProviderParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderParameter.

FromJsonString(String)

Creates a new instance of ServiceProviderParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProviderParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to