MSDeployLogEntry 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.
MSDeploy log entry
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogEntryTypeConverter))]
public class MSDeployLogEntry : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntry
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MSDeployLogEntryTypeConverter))>]
type MSDeployLogEntry = class
interface IMSDeployLogEntry
interface IJsonSerializable
Public Class MSDeployLogEntry
Implements IMSDeployLogEntry
- Inheritance
-
MSDeployLogEntry
- Attributes
- Implements
Constructors
MSDeployLogEntry() |
Creates an new MSDeployLogEntry instance. |
Properties
Message |
Log entry message |
Time |
Timestamp of log entry |
Type |
Log entry type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MSDeployLogEntry. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MSDeployLogEntry. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMSDeployLogEntry. |
FromJsonString(String) |
Creates a new instance of MSDeployLogEntry, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MSDeployLogEntry into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |