Uses of Class
org.jclouds.azurecompute.arm.domain.ProbeProperties.Protocol
-
Packages that use ProbeProperties.Protocol Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of ProbeProperties.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ProbeProperties.Protocol Modifier and Type Method Description static ProbeProperties.Protocol
ProbeProperties.Protocol. fromValue(String text)
abstract ProbeProperties.Protocol
ProbeProperties. protocol()
static ProbeProperties.Protocol
ProbeProperties.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProbeProperties.Protocol[]
ProbeProperties.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type ProbeProperties.Protocol Modifier and Type Method Description static ProbeProperties
ProbeProperties. create(ProbeProperties.Protocol protocol, int port, String requestPath, int intervalInSeconds, int numberOfProbes, String provisioningState)
abstract ProbeProperties.Builder
ProbeProperties.Builder. protocol(ProbeProperties.Protocol protocol)
-