Interface LoadBalancerTcpProbe
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ProbeInner>,HasLoadBalancingRules,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasPort,HasProtocol<ProbeProtocol>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancerProbe
public interface LoadBalancerTcpProbe extends LoadBalancerProbe
A client-side representation of a TCP load balancing probe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerTcpProbe.Definition<ParentT>The entirety of a probe definition.static interfaceLoadBalancerTcpProbe.DefinitionStagesGrouping of probe definition stages.static interfaceLoadBalancerTcpProbe.UpdateThe entirety of a probe update as part of a load balancer update.static interfaceLoadBalancerTcpProbe.UpdateDefinition<ParentT>The entirety of a probe definition as part of a load balancer update.static interfaceLoadBalancerTcpProbe.UpdateDefinitionStagesGrouping of probe definition stages applicable as part of a load balancer update.static interfaceLoadBalancerTcpProbe.UpdateStagesGrouping of probe update stages.
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRules
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasProtocol
protocol
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerProbe
intervalInSeconds, numberOfProbes
-
-