Uses of Enum Class
org.jclouds.azurecompute.arm.domain.ProbeProperties.Protocol
Packages that use ProbeProperties.Protocol
-
Uses of ProbeProperties.Protocol in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ProbeProperties.ProtocolModifier and TypeMethodDescriptionstatic ProbeProperties.Protocol
abstract ProbeProperties.Protocol
ProbeProperties.protocol()
static ProbeProperties.Protocol
Returns the enum constant of this class with the specified name.static ProbeProperties.Protocol[]
ProbeProperties.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type ProbeProperties.ProtocolModifier and TypeMethodDescriptionstatic 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)