Class WebAppArgs
Inherited Members
Namespace: Pulumi.Azure.Bot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WebAppArgs : ResourceArgs
Constructors
View SourceWebAppArgs()
Declaration
public WebAppArgs()
Properties
View SourceDeveloperAppInsightsApiKey
The Application Insights API Key to associate with the Web App Bot.
Declaration
public Input<string> DeveloperAppInsightsApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeveloperAppInsightsApplicationId
The Application Insights Application ID to associate with the Web App Bot.
Declaration
public Input<string> DeveloperAppInsightsApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeveloperAppInsightsKey
The Application Insights Key to associate with the Web App Bot.
Declaration
public Input<string> DeveloperAppInsightsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The name of the Web App Bot 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 Web App Bot 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> |
LuisAppIds
A list of LUIS App IDs to associate with the Web App Bot.
Declaration
public InputList<string> LuisAppIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
LuisKey
The LUIS key to associate with the Web App Bot.
Declaration
public Input<string> LuisKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MicrosoftAppId
The Microsoft Application ID for the Web App Bot. 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 Web App Bot. 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 Web App Bot. 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 Web App Bot. 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> |