LogFileProperties Class

Definition

The properties of a log file.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.LogFilePropertiesTypeConverter))]
public class LogFileProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ILogFileProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.LogFilePropertiesTypeConverter))>]
type LogFileProperties = class
    interface ILogFileProperties
    interface IJsonSerializable
Public Class LogFileProperties
Implements ILogFileProperties
Inheritance
LogFileProperties
Attributes
Implements

Constructors

LogFileProperties()

Creates an new LogFileProperties instance.

Properties

CreatedTime

Creation timestamp of the log file.

LastModifiedTime

Last modified timestamp of the log file.

SizeInKb

Size of the log file.

Type

Type of the log file.

Url

The url to download the log file from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogFileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogFileProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ILogFileProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogFileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to