HostingEnvironmentDiagnosticsInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. HostingEnvironmentDiagnosticsInner
- com.
Implements
public final class HostingEnvironmentDiagnosticsInner
implements JsonSerializable<HostingEnvironmentDiagnosticsInner>
Diagnostics for an App Service Environment.
Constructor Summary
Constructor | Description |
---|---|
HostingEnvironmentDiagnosticsInner() |
Creates an instance of Hosting |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
diagnosticsOutput()
Get the diagnostics |
static
Hosting |
fromJson(JsonReader jsonReader)
Reads an instance of Hosting |
String |
name()
Get the name property: Name/identifier of the diagnostics. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Hosting |
withDiagnosticsOutput(String diagnosticsOutput)
Set the diagnostics |
Hosting |
withName(String name)
Set the name property: Name/identifier of the diagnostics. |
Methods inherited from java.lang.Object
Constructor Details
HostingEnvironmentDiagnosticsInner
public HostingEnvironmentDiagnosticsInner()
Creates an instance of HostingEnvironmentDiagnosticsInner class.
Method Details
diagnosticsOutput
public String diagnosticsOutput()
Get the diagnosticsOutput property: Diagnostics output.
Returns:
fromJson
public static HostingEnvironmentDiagnosticsInner fromJson(JsonReader jsonReader)
Reads an instance of HostingEnvironmentDiagnosticsInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name/identifier of the diagnostics.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDiagnosticsOutput
public HostingEnvironmentDiagnosticsInner withDiagnosticsOutput(String diagnosticsOutput)
Set the diagnosticsOutput property: Diagnostics output.
Parameters:
Returns:
withName
public HostingEnvironmentDiagnosticsInner withName(String name)
Set the name property: Name/identifier of the diagnostics.
Parameters:
Returns:
Applies to
Azure SDK for Java