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.ResourceConnectionSetting
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
Required
Required. Gets or sets the Kind of the resource. Possible values include: "sdk", "designer", "bot", "function", "azurebot".
- 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.
Feedback
Submit and view feedback for