MSDeployLogEntry Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.MSDeployLogEntry

public final class MSDeployLogEntry

MSDeploy log entry.

Constructor Summary

Constructor Description
MSDeployLogEntry()

Creates an instance of MSDeployLogEntry class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: Log entry message.

OffsetDateTime time()

Get the time property: Timestamp of log entry.

MSDeployLogEntryType type()

Get the type property: Log entry type.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MSDeployLogEntry

public MSDeployLogEntry()

Creates an instance of MSDeployLogEntry class.

Method Details

message

public String message()

Get the message property: Log entry message.

Returns:

the message value.

time

public OffsetDateTime time()

Get the time property: Timestamp of log entry.

Returns:

the time value.

type

public MSDeployLogEntryType type()

Get the type property: Log entry type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to