Show / Hide Table of Contents

Class WebAppArgs

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

Constructors

View Source

WebAppArgs()

Declaration
public WebAppArgs()

Properties

View Source

DeveloperAppInsightsApiKey

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

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

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

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

Endpoint

The Web App Bot endpoint.

Declaration
public Input<string> Endpoint { get; set; }
Property Value
Type Description
Input<System.String>
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

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

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

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

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

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

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

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.