Show / Hide Table of Contents

Class ChannelDirectLineState

Inheritance
System.Object
InputArgs
ResourceArgs
ChannelDirectLineState
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 ChannelDirectLineState : ResourceArgs

Constructors

View Source

ChannelDirectLineState()

Declaration
public ChannelDirectLineState()

Properties

View Source

BotName

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

Location

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

ResourceGroupName

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

Sites

Declaration
public InputList<ChannelDirectLineSiteGetArgs> Sites { get; set; }
Property Value
Type Description
InputList<ChannelDirectLineSiteGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.