Uses of Class
org.jclouds.azurecompute.arm.domain.ProbeProperties
- 
Packages that use ProbeProperties Package Description org.jclouds.azurecompute.arm.domain  - 
- 
Uses of ProbeProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ProbeProperties Modifier and Type Method Description abstract ProbePropertiesProbeProperties.Builder. build()static ProbePropertiesProbeProperties. create(ProbeProperties.Protocol protocol, int port, String requestPath, int intervalInSeconds, int numberOfProbes, String provisioningState)abstract ProbePropertiesProbe. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type ProbeProperties Modifier and Type Method Description static ProbeProbe. create(String name, String id, ProbeProperties properties, String etag) 
 -