Condividi tramite


HostingEnvironmentDiagnosticsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.HostingEnvironmentDiagnosticsInner

Implements

public final class HostingEnvironmentDiagnosticsInner
implements JsonSerializable<HostingEnvironmentDiagnosticsInner>

Diagnostics for an App Service Environment.

Method Summary

Modifier and Type Method and Description
String diagnosticsOutput()

Get the diagnosticsOutput property: Diagnostics output.

static HostingEnvironmentDiagnosticsInner fromJson(JsonReader jsonReader)

Reads an instance of HostingEnvironmentDiagnosticsInner from the JsonReader.

String name()

Get the name property: Name/identifier of the diagnostics.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

diagnosticsOutput

public String diagnosticsOutput()

Get the diagnosticsOutput property: Diagnostics output.

Returns:

the diagnosticsOutput value.

fromJson

public static HostingEnvironmentDiagnosticsInner fromJson(JsonReader jsonReader)

Reads an instance of HostingEnvironmentDiagnosticsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of HostingEnvironmentDiagnosticsInner 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 HostingEnvironmentDiagnosticsInner.

name

public String name()

Get the name property: Name/identifier of the diagnostics.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to