Show / Hide Table of Contents

Class ChannelTeamsState

Inheritance
System.Object
InputArgs
ResourceArgs
ChannelTeamsState
Inherited Members
ResourceArgs.Empty
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 Source

ChannelTeamsState()

Declaration
public ChannelTeamsState()

Properties

View Source

BotName

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>
View Source

CallingWebHook

Specifies the webhook for Microsoft Teams channel calls.

Declaration
public Input<string> CallingWebHook { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.