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