LogFileListResult Class

Definition

A list of log files.

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

Constructors

LogFileListResult()

Creates an new LogFileListResult instance.

Properties

Value

The list of log files.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogFileListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogFileListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogFileListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to