Condividi tramite


MSDeployLogInner Class

public final class MSDeployLogInner
extends ProxyOnlyResource

MSDeploy log.

Method Summary

Modifier and Type Method and Description
List<MSDeployLogEntry> entries()

Get the entries property: List of log entry messages.

static MSDeployLogInner fromJson(JsonReader jsonReader)

Reads an instance of MSDeployLogInner from the JsonReader.

String id()

Get the id property: Resource Id.

String name()

Get the name property: Resource Name.

JsonWriter 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:

the entries value.

fromJson

public static MSDeployLogInner fromJson(JsonReader jsonReader)

Reads an instance of MSDeployLogInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MSDeployLogInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MSDeployLogInner.

id

public String id()

Get the id property: Resource Id.

Overrides:

MSDeployLogInner.id()

Returns:

the id value.

name

public String name()

Get the name property: Resource Name.

Overrides:

MSDeployLogInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MSDeployLogInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

MSDeployLogInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

MSDeployLogInner.validate()

Applies to