Uses of Class
com.azure.resourcemanager.appplatform.models.ProbeActionType
Packages that use ProbeActionType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ProbeActionType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as ProbeActionTypeModifier and TypeFieldDescriptionstatic final ProbeActionTypeProbeActionType.EXEC_ACTIONStatic value ExecAction for ProbeActionType.static final ProbeActionTypeProbeActionType.HTTPGET_ACTIONStatic value HTTPGetAction for ProbeActionType.static final ProbeActionTypeProbeActionType.TCPSOCKET_ACTIONStatic value TCPSocketAction for ProbeActionType.Methods in com.azure.resourcemanager.appplatform.models that return ProbeActionTypeModifier and TypeMethodDescriptionstatic ProbeActionTypeProbeActionType.fromString(String name) Creates or finds a ProbeActionType from its string representation.ExecAction.type()Get the type property: The type of the action to take to perform the health check.HttpGetAction.type()Get the type property: The type of the action to take to perform the health check.ProbeAction.type()Get the type property: The type of the action to take to perform the health check.TcpSocketAction.type()Get the type property: The type of the action to take to perform the health check.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ProbeActionTypeModifier and TypeMethodDescriptionstatic Collection<ProbeActionType> ProbeActionType.values()Gets known ProbeActionType values.