ConnectionSetting Class

Bot channel resource definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.botservice.models._models_py3.Resource
ConnectionSetting

Constructor

ConnectionSetting(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.botservice.models._models_py3.Sku] = None, kind: Optional[Union[str, azure.mgmt.botservice.models._azure_bot_service_enums.Kind]] = None, etag: Optional[str] = None, properties: Optional[azure.mgmt.botservice.models._models_py3.ConnectionSettingProperties] = None, **kwargs)

Parameters

location
str
Required

Specifies the location of the resource.

tags
dict[str, str]
Required

A set of tags. Contains resource tags defined as key/value pairs.

sku
Sku
Required

Gets or sets the SKU of the resource.

kind
str or Kind
Required

Required. Gets or sets the Kind of the resource. Possible values include: "sdk", "designer", "bot", "function", "azurebot".

etag
str
Required

Entity Tag.

properties
ConnectionSettingProperties
Required

The set of properties specific to bot channel resource.

Variables

id
str

Specifies the resource ID.

name
str

Specifies the name of the resource.

type
str

Specifies the type of the resource.