다음을 통해 공유


ServiceProvider Class

Definition

Service Provider Definition

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

Constructors

ServiceProvider()

Creates an new ServiceProvider 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

Name

Display Name of the Service Provider

Parameter

The list of parameters for the Service Provider

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProvider.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProvider.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProvider into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to