ILogFileProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to