LogSpecification Class

Definition

Specifications of the Log for Azure Monitoring

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.LogSpecificationTypeConverter))]
public class LogSpecification : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ILogSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.LogSpecificationTypeConverter))>]
type LogSpecification = class
    interface ILogSpecification
    interface IJsonSerializable
Public Class LogSpecification
Implements ILogSpecification
Inheritance
LogSpecification
Attributes
Implements

Constructors

LogSpecification()

Creates an new LogSpecification instance.

Properties

BlobDuration

Blob duration of the log

DisplayName

Localized friendly display name of the log

Name

Name of the log

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogSpecification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogSpecification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ILogSpecification.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogSpecification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to