Sdílet prostřednictvím


MSDeployLogEntry Konstruktory

Definice

Přetížení

MSDeployLogEntry()

Inicializuje novou instanci MSDeployLogEntry třídy.

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

Inicializuje novou instanci MSDeployLogEntry třídy.

MSDeployLogEntry()

Inicializuje novou instanci MSDeployLogEntry třídy.

public MSDeployLogEntry ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci MSDeployLogEntry třídy.

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>

Časové razítko položky protokolu

type
Nullable<MSDeployLogEntryType>

Typ položky protokolu. Možné hodnoty: 'Message', 'Warning', 'Error'

message
String

Zpráva o položce protokolu

Platí pro