MSDeployLogEntry Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. MSDeployLogEntry
- com.
public class MSDeployLogEntry
MSDeploy log entry.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
message()
Get the message value. |
DateTime |
time()
Get the time value. |
MSDeploy |
type()
Get the type value. |
Method Details
message
public String message()
Get the message value.
Returns:
the message value
time
public DateTime time()
Get the time value.
Returns:
the time value
type
public MSDeployLogEntryType type()
Get the type value.
Returns:
the type value
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java