KubeEnvironment.AppLogsConfiguration 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.
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported
public Azure.Provisioning.AppService.AppLogsConfiguration AppLogsConfiguration { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.AppService.AppLogsConfiguration> AppLogsConfiguration { get; set; }
member this.AppLogsConfiguration : Azure.Provisioning.AppService.AppLogsConfiguration with get, set
member this.AppLogsConfiguration : Azure.Provisioning.BicepValue<Azure.Provisioning.AppService.AppLogsConfiguration> with get, set
Public Property AppLogsConfiguration As AppLogsConfiguration
Public Property AppLogsConfiguration As BicepValue(Of AppLogsConfiguration)
Property Value
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET