MSDeployLogInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. MSDeployLogInner
- com.
- com.
public final class MSDeployLogInner
extends ProxyOnlyResource
MSDeploy log.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<MSDeploy |
entries()
Get the entries property: List of log entry messages. |
|
static
MSDeploy |
fromJson(JsonReader jsonReader)
Reads an instance of MSDeploy |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
entries
public List<MSDeployLogEntry> entries()
Get the entries property: List of log entry messages.
Returns:
fromJson
public static MSDeployLogInner fromJson(JsonReader jsonReader)
Reads an instance of MSDeployLogInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
MSDeployLogInner.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
MSDeployLogInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MSDeployLogInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
MSDeployLogInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
MSDeployLogInner.validate()