Uses of Class
com.azure.resourcemanager.appplatform.models.ProbeAction
Packages that use ProbeAction
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ProbeAction in com.azure.resourcemanager.appplatform.models
Subclasses of ProbeAction in com.azure.resourcemanager.appplatform.modelsModifier and TypeClassDescriptionfinal classExecAction describes a "run in container" action.final classHTTPGetAction describes an action based on HTTP Get requests.final classTCPSocketAction describes an action based on opening a socket.Methods in com.azure.resourcemanager.appplatform.models that return ProbeActionModifier and TypeMethodDescriptionstatic ProbeActionProbeAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProbeAction from the JsonReader.Probe.probeAction()Get the probeAction property: The action of the probe.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ProbeActionModifier and TypeMethodDescriptionProbe.withProbeAction(ProbeAction probeAction) Set the probeAction property: The action of the probe.