다음을 통해 공유


IConnectionSetting Interface

Definition

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

Properties

ClientId

Client Id associated with the Connection Setting.

ClientSecret

Client Secret associated with the Connection Setting

Etag

Entity Tag

(Inherited from IResource)
Id

Specifies the resource ID.

(Inherited from IResource)
Kind

Required. Gets or sets the Kind of the resource.

(Inherited from IResource)
Location

Specifies the location of the resource.

(Inherited from IResource)
Name

Specifies the name of the resource.

(Inherited from IResource)
Parameter

Service Provider Parameters associated with the Connection Setting

PropertiesId

Id associated with the Connection Setting.

PropertiesName

Name 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.

SkuName

The sku name

(Inherited from IResource)
SkuTier

Gets the sku tier. This is based on the SKU name.

(Inherited from IResource)
Tag

Contains resource tags defined as key/value pairs.

(Inherited from IResource)
Type

Specifies the type of the resource.

(Inherited from IResource)
Zone

Entity zones

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to