你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppLogsConfiguration Class

Definition

Configuration of application logs

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.AppLogsConfigurationTypeConverter))]
public class AppLogsConfiguration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAppLogsConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.AppLogsConfigurationTypeConverter))>]
type AppLogsConfiguration = class
    interface IAppLogsConfiguration
    interface IJsonSerializable
Public Class AppLogsConfiguration
Implements IAppLogsConfiguration
Inheritance
AppLogsConfiguration
Attributes
Implements

Constructors

AppLogsConfiguration()

Creates an new AppLogsConfiguration instance.

Properties

Destination

Logs destination

LogAnalyticConfigurationCustomerId

Log analytics customer id

LogAnalyticConfigurationSharedKey

Log analytics customer key

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppLogsConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppLogsConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAppLogsConfiguration.

FromJsonString(String)

Creates a new instance of AppLogsConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppLogsConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to