Class HostingEnvironmentDiagnosticsInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.HostingEnvironmentDiagnosticsInner
-
public final class HostingEnvironmentDiagnosticsInner extends Object
Diagnostics for an App Service Environment.
-
-
Constructor Summary
Constructors Constructor Description HostingEnvironmentDiagnosticsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdiagnosticsOutput()Get the diagnosticsOutput property: Diagnostics output.Stringname()Get the name property: Name/identifier of the diagnostics.voidvalidate()Validates the instance.HostingEnvironmentDiagnosticsInnerwithDiagnosticsOutput(String diagnosticsOutput)Set the diagnosticsOutput property: Diagnostics output.HostingEnvironmentDiagnosticsInnerwithName(String name)Set the name property: Name/identifier of the diagnostics.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name/identifier of the diagnostics.- Returns:
- the name value.
-
withName
public HostingEnvironmentDiagnosticsInner withName(String name)
Set the name property: Name/identifier of the diagnostics.- Parameters:
name- the name value to set.- Returns:
- the HostingEnvironmentDiagnosticsInner object itself.
-
diagnosticsOutput
public String diagnosticsOutput()
Get the diagnosticsOutput property: Diagnostics output.- Returns:
- the diagnosticsOutput value.
-
withDiagnosticsOutput
public HostingEnvironmentDiagnosticsInner withDiagnosticsOutput(String diagnosticsOutput)
Set the diagnosticsOutput property: Diagnostics output.- Parameters:
diagnosticsOutput- the diagnosticsOutput value to set.- Returns:
- the HostingEnvironmentDiagnosticsInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-