Udostępnij za pośrednictwem


LogSpecification Class

Definition

Log specification of operation.

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

DisplayName

Display name of log specification.

LogFilterPattern

Pattern to filter based on name

Name

Name of log specification.

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.Cdn.Models.Api20240201.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