Class MSDeployLogInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.MSDeployLogInner
-
public final class MSDeployLogInner extends ProxyOnlyResource
MSDeploy log.
-
-
Constructor Summary
Constructors Constructor Description MSDeployLogInner()
-
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.MSDeployLogInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public MSDeployLogInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-