Class ChannelTeamsState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ChannelTeamsState : ResourceArgs
Constructors
View SourceChannelTeamsState()
Declaration
public ChannelTeamsState()
Properties
View SourceBotName
The name of the Bot Resource this channel will be associated with. Changing this forces a new resource to be created.
Declaration
public Input<string> BotName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CallingWebHook
Specifies the webhook for Microsoft Teams channel calls.
Declaration
public Input<string> CallingWebHook { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableCalling
Specifies whether to enable Microsoft Teams channel calls. This defaults to false.
Declaration
public Input<bool> EnableCalling { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
The supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Bot Channel. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |