Freigeben über


MSDeployLogEntry Class

Definition

[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()

Properties

Message
Time
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to