Delen via


MSDeployLogEntry Constructors

Definitie

Overloads

MSDeployLogEntry()

Initialiseert een nieuw exemplaar van de klasse MSDeployLogEntry.

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

Initialiseert een nieuw exemplaar van de klasse MSDeployLogEntry.

MSDeployLogEntry()

Initialiseert een nieuw exemplaar van de klasse MSDeployLogEntry.

public MSDeployLogEntry ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

time
Nullable<DateTime>

Tijdstempel van logboekvermelding

type
Nullable<MSDeployLogEntryType>

Type logboekvermelding. Mogelijke waarden zijn: 'Bericht', 'Waarschuwing', 'Fout'

message
String

Logboekvermeldingsbericht

Van toepassing op