public final class MSDeployLogInner extends ProxyOnlyResource
| Constructor and Description |
|---|
MSDeployLogInner() |
| Modifier and Type | Method and Description |
|---|---|
List<MSDeployLogEntry> |
entries()
Get the entries property: List of log entry messages.
|
void |
validate()
Validates the instance.
|
MSDeployLogInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic MSDeployLogInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public List<MSDeployLogEntry> entries()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.