Class ChannelDirectLine
Manages a Directline integration for a Bot Channel
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 class ChannelDirectLine : CustomResource
Constructors
View SourceChannelDirectLine(String, ChannelDirectLineArgs, CustomResourceOptions)
Create a ChannelDirectLine resource with the given unique name, arguments, and options.
Declaration
public ChannelDirectLine(string name, ChannelDirectLineArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ChannelDirectLineArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceBotName
Declaration
public Output<string> BotName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Location
Declaration
public Output<string> Location { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourceGroupName
Declaration
public Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Sites
Declaration
public Output<ImmutableArray<ChannelDirectLineSite>> Sites { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ChannelDirectLineSite>> |
Methods
View SourceGet(String, Input<String>, ChannelDirectLineState, CustomResourceOptions)
Get an existing ChannelDirectLine resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ChannelDirectLine Get(string name, Input<string> id, ChannelDirectLineState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ChannelDirectLineState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ChannelDirectLine |