IBotProperties.DeveloperAppInsightsApiKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Application Insights Api Key
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The Application Insights Api Key", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="developerAppInsightsApiKey")]
public string DeveloperAppInsightsApiKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The Application Insights Api Key", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="developerAppInsightsApiKey")>]
member this.DeveloperAppInsightsApiKey : string with get, set
Public Property DeveloperAppInsightsApiKey As String
Property Value
- Attributes