Uses of Class
org.jclouds.azurecompute.arm.domain.Probe
-
Packages that use Probe Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.domain.loadbalancer -
-
Uses of Probe in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Probe Modifier and Type Method Description static ProbeProbe. create(String name, String id, ProbeProperties properties, String etag) -
Uses of Probe in org.jclouds.azurecompute.arm.domain.loadbalancer
Methods in org.jclouds.azurecompute.arm.domain.loadbalancer that return types with arguments of type Probe Modifier and Type Method Description abstract List<Probe>LoadBalancerProperties. probes()Method parameters in org.jclouds.azurecompute.arm.domain.loadbalancer with type arguments of type Probe Modifier and Type Method Description abstract LoadBalancerProperties.BuilderLoadBalancerProperties.Builder. probes(List<Probe> probes)
-