Uses of Class
com.azure.resourcemanager.appplatform.models.ContainerProbeSettings
Packages that use ContainerProbeSettings
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ContainerProbeSettings in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ContainerProbeSettingsModifier and TypeMethodDescriptionDeploymentSettings.containerProbeSettings()Get the containerProbeSettings property: Container liveness and readiness probe settings.static ContainerProbeSettingsContainerProbeSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerProbeSettings from the JsonReader.ContainerProbeSettings.withDisableProbe(Boolean disableProbe) Set the disableProbe property: Indicates whether disable the liveness and readiness probe.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ContainerProbeSettingsModifier and TypeMethodDescriptionDeploymentSettings.withContainerProbeSettings(ContainerProbeSettings containerProbeSettings) Set the containerProbeSettings property: Container liveness and readiness probe settings.