Freigeben über


MSDeployLogEntry Constructors

Definition

Overloads

MSDeployLogEntry()

public MSDeployLogEntry();
Public Sub New ()

Applies to

MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String)

public MSDeployLogEntry(DateTime? time = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployLogEntryType? type = default, string message = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployLogEntry : Nullable<DateTime> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployLogEntryType> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployLogEntry
Public Sub New (Optional time As Nullable(Of DateTime) = Nothing, Optional type As Nullable(Of MSDeployLogEntryType) = Nothing, Optional message As String = Nothing)

Parameters

message
String

Applies to