Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancer.DefinitionStages.WithCreate
Packages that use LoadBalancer.DefinitionStages.WithCreate
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the load balancer definition.static interfaceThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT pool.static interfaceThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.static interfaceThe stage of a load balancer definition allowing to create the load balancer or start configuring optional inbound NAT rules or pools.static interfaceThe stage of a load balancer definition allowing to create the load balancer or add an outbound rulestatic interfaceThe stage of a load balancer definition allowing to create a load balancing rule or create the load balancer.Subinterfaces with type arguments of type LoadBalancer.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of a load balancer definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.Methods in com.azure.resourcemanager.network.models that return LoadBalancer.DefinitionStages.WithCreateModifier and TypeMethodDescriptionLoadBalancer.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.WithCreateModifier and TypeMethodDescriptionLoadBalancer.DefinitionStages.WithBackend.defineBackend(String name) Starts the definition of a backend.LoadBalancer.DefinitionStages.WithProbe.defineHttpProbe(String name) Begins the definition of a new HTTP probe to add to the load balancer.LoadBalancer.DefinitionStages.WithProbe.defineHttpsProbe(String name) Begins the definition of a new HTTPS probe to add to the load balancer.LoadBalancer.DefinitionStages.WithPrivateFrontend.definePrivateFrontend(String name) Begins an explicit definition of a new private (internal) load balancer frontend.LoadBalancer.DefinitionStages.WithProbe.defineTcpProbe(String name) Begins the definition of a new TCP probe to add to the load balancer.