Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancer.DefinitionStages.WithCreate
-
Packages that use LoadBalancer.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancer.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancer.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancer.DefinitionThe entirety of the load balancer definition.static interfaceLoadBalancer.DefinitionStages.WithCreateAndInboundNatPoolThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT pool.static interfaceLoadBalancer.DefinitionStages.WithCreateAndInboundNatRuleThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.static interfaceLoadBalancer.DefinitionStages.WithCreateAndNatChoiceThe stage of a load balancer definition allowing to create the load balancer or start configuring optional inbound NAT rules or pools.static interfaceLoadBalancer.DefinitionStages.WithCreateAndOutboundRuleThe stage of a load balancer definition allowing to create the load balancer or add an outbound rulestatic interfaceLoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreateThe stage of a load balancer definition allowing to create a load balancing rule or create the load balancer.Methods in com.azure.resourcemanager.network.models that return LoadBalancer.DefinitionStages.WithCreate Modifier and Type Method Description LoadBalancer.DefinitionStages.WithCreateLoadBalancer.DefinitionStages.WithSku. withSku(LoadBalancerSkuType skuType)Specifies the SKU for the load balancer.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancer.DefinitionStages.WithCreate Modifier and Type Method Description LoadBalancerBackend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate>LoadBalancer.DefinitionStages.WithBackend. defineBackend(String name)Starts the definition of a backend.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.LoadBalancerPrivateFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate>LoadBalancer.DefinitionStages.WithPrivateFrontend. definePrivateFrontend(String name)Begins an explicit definition of a new private (internal) load balancer frontend.LoadBalancerTcpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate>LoadBalancer.DefinitionStages.WithProbe. defineTcpProbe(String name)Begins the definition of a new TCP probe to add to the load balancer.
-