Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.Blank
-
Packages that use LoadBalancerHttpProbe.DefinitionStages.Blank Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerHttpProbe.DefinitionStages.Blank in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerHttpProbe.DefinitionStages.Blank in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerHttpProbe.Definition<ParentT>The entirety of a probe definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerHttpProbe.DefinitionStages.Blank Modifier and Type Method Description LoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate>LoadBalancer.DefinitionStages.WithProbe. defineHttpProbe(String name)Begins the definition of a new HTTP probe to add to the load balancer.LoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate>LoadBalancer.DefinitionStages.WithProbe. defineHttpsProbe(String name)Begins the definition of a new HTTPS probe to add to the load balancer.
-