Class MSDeployLogProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.MSDeployLogProperties
-
public final class MSDeployLogProperties extends Object
MSDeployLog resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description MSDeployLogProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MSDeployLogEntry>entries()Get the entries property: List of log entry messages.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
entries
public List<MSDeployLogEntry> entries()
Get the entries property: List of log entry messages.- Returns:
- the entries value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-