다음을 통해 공유


IConnectionSettingProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingPropertiesTypeConverter))]
public interface IConnectionSettingProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingPropertiesTypeConverter))>]
type IConnectionSettingProperties = interface
    interface IJsonSerializable
Public Interface IConnectionSettingProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ClientId

Client Id associated with the Connection Setting.

ClientSecret

Client Secret associated with the Connection Setting

Id

Id associated with the Connection Setting.

Name

Name associated with the Connection Setting.

Parameter

Service Provider Parameters associated with the Connection Setting

ProvisioningState

Provisioning state of the resource

Scope

Scopes associated with the Connection Setting

ServiceProviderDisplayName

Service Provider Display Name associated with the Connection Setting

ServiceProviderId

Service Provider Id associated with the Connection Setting

SettingId

Setting Id set by the service for the Connection Setting.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to