Udostępnij za pośrednictwem


MSDeployLogEntry Konstruktory

Definicja

Przeciążenia

MSDeployLogEntry()

Inicjuje nowe wystąpienie klasy MSDeployLogEntry.

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

Inicjuje nowe wystąpienie klasy MSDeployLogEntry.

MSDeployLogEntry()

Inicjuje nowe wystąpienie klasy MSDeployLogEntry.

public MSDeployLogEntry ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy MSDeployLogEntry.

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

Parametry

time
Nullable<DateTime>

Sygnatura czasowa wpisu dziennika

type
Nullable<MSDeployLogEntryType>

Typ wpisu dziennika. Możliwe wartości to: "Message", "Warning", "Error"

message
String

Komunikat dotyczący wpisu dziennika

Dotyczy