LogFileProperties 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.
The properties of a log file.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.LogFilePropertiesTypeConverter))]
public class LogFileProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ILogFileProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.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.MySql.Models.Api20171201.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. |