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