Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerScope
Packages that use LoadBalancerScope
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerScope in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerScopeModifier and TypeMethodDescriptionLoadBalancerInner.scope()Get the scope property: Indicates the scope of the load balancer: external (Public) or internal (Private).LoadBalancerPropertiesFormat.scope()Get the scope property: Indicates the scope of the load balancer: external (Public) or internal (Private).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type LoadBalancerScopeModifier and TypeMethodDescriptionLoadBalancerInner.withScope(LoadBalancerScope scope) Set the scope property: Indicates the scope of the load balancer: external (Public) or internal (Private).LoadBalancerPropertiesFormat.withScope(LoadBalancerScope scope) Set the scope property: Indicates the scope of the load balancer: external (Public) or internal (Private). -
Uses of LoadBalancerScope in com.azure.resourcemanager.network.models
Subclasses with type arguments of type LoadBalancerScope in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classIndicates the scope of the load balancer: external (Public) or internal (Private).Fields in com.azure.resourcemanager.network.models declared as LoadBalancerScopeModifier and TypeFieldDescriptionstatic final LoadBalancerScopeLoadBalancerScope.PRIVATEStatic value Private for LoadBalancerScope.static final LoadBalancerScopeLoadBalancerScope.PUBLICStatic value Public for LoadBalancerScope.Methods in com.azure.resourcemanager.network.models that return LoadBalancerScopeModifier and TypeMethodDescriptionstatic LoadBalancerScopeLoadBalancerScope.fromString(String name) Creates or finds a LoadBalancerScope from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerScopeModifier and TypeMethodDescriptionstatic Collection<LoadBalancerScope> LoadBalancerScope.values()Gets known LoadBalancerScope values.