LogFileListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |