Class ChannelsRegistrationArgs
Inherited Members
Namespace: Pulumi.Azure.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ChannelsRegistrationArgs : ResourceArgs
Constructors
View SourceChannelsRegistrationArgs()
Declaration
public ChannelsRegistrationArgs()
Properties
View SourceDeveloperAppInsightsApiKey
The Application Insights API Key to associate with the Bot Channels Registration.
Declaration
public Input<string> DeveloperAppInsightsApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeveloperAppInsightsApplicationId
The Application Insights Application ID to associate with the Bot Channels Registration.
Declaration
public Input<string> DeveloperAppInsightsApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeveloperAppInsightsKey
The Application Insights Key to associate with the Bot Channels Registration.
Declaration
public Input<string> DeveloperAppInsightsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The name of the Bot Channels Registration will be displayed as. This defaults to name if not specified.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoint
The Bot Channels Registration endpoint.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
MicrosoftAppId
The Microsoft Application ID for the Bot Channels Registration. Changing this forces a new resource to be created.
Declaration
public Input<string> MicrosoftAppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Bot Channels Registration. Changing this forces a new resource to be created. Must be globally unique.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Bot Channels Registration. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The SKU of the Bot Channels Registration. Valid values include F0 or S1. Changing this forces a new resource to be created.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |