LogFile Class

Definition

Represents a log file.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.LogFileTypeConverter))]
public class LogFile : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ILogFile, Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.LogFileTypeConverter))>]
type LogFile = class
    interface ILogFile
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class LogFile
Implements ILogFile, IValidates
Inheritance
LogFile
Attributes
Implements

Constructors

LogFile()

Creates an new LogFile instance.

Properties

CreatedTime

Creation timestamp of the log file.

Id

Resource ID

LastModifiedTime

Last modified timestamp of the log file.

Name

Resource name.

PropertiesType

Type of the log file.

SizeInKb

Size of the log file.

Type

Resource type.

Url

The url to download the log file from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogFile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogFile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogFile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to