Interface LoadBalancerTcpProbe.UpdateDefinition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe
public static interface LoadBalancerTcpProbe.UpdateDefinition<ParentT> extends LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<ParentT>, LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>, LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT>
The entirety of a probe definition as part of a load balancer update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds
withIntervalInSeconds
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes
withNumberOfProbes
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort
withPort
-
-