Share via


LogSpecification Class

Definition

Details about operation related to logs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.LogSpecificationTypeConverter))]
public class LogSpecification : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ILogSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.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

DisplayName

Localized display name of the log.

Name

The 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.StorageCache.Models.Api20230501.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