ContainerProbeSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ContainerProbeSettings
- com.
Implements
public final class ContainerProbeSettings
implements JsonSerializable<ContainerProbeSettings>
Container liveness and readiness probe settings.
Constructor Summary
Constructor | Description |
---|---|
ContainerProbeSettings() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
disableProbe()
Get the disable |
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Container |
withDisableProbe(Boolean disableProbe)
Set the disable |
Methods inherited from java.lang.Object
Constructor Details
ContainerProbeSettings
public ContainerProbeSettings()
Creates an instance of ContainerProbeSettings class.
Method Details
disableProbe
public Boolean disableProbe()
Get the disableProbe property: Indicates whether disable the liveness and readiness probe.
Returns:
fromJson
public static ContainerProbeSettings fromJson(JsonReader jsonReader)
Reads an instance of ContainerProbeSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDisableProbe
public ContainerProbeSettings withDisableProbe(Boolean disableProbe)
Set the disableProbe property: Indicates whether disable the liveness and readiness probe.
Parameters:
Returns:
Applies to
Azure SDK for Java