다음을 통해 공유


ServiceProviderProperties Class

Definition

The Object used to describe a Service Provider supported by Bot Service

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

Constructors

ServiceProviderProperties()

Creates an new ServiceProviderProperties instance.

Properties

DevPortalUrl

Display Name of the Service Provider

DisplayName

Display Name of the Service Provider

IconUrl

Display Name of the Service Provider

Id

Id for Service Provider

Parameter

The list of parameters for the Service Provider

ServiceProviderName

Display Name of the Service Provider

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProviderProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProviderProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProviderProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to