다음을 통해 공유


ConnectionSettingProperties Class

Definition

Properties for a Connection Setting Item

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

Constructors

ConnectionSettingProperties()

Creates an new ConnectionSettingProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionSettingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionSettingProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionSettingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to