Compartir a través de


LogSpecification Class

Definition

Log Definition of a single resource metric.

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

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.Functions.Models.Api20190801.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.

Applies to