Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleProtocol
Packages that use LoadBalancerOutboundRuleProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerOutboundRuleProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerOutboundRuleProtocolModifier and TypeMethodDescriptionOutboundRuleInner.protocol()Get the protocol property: The protocol for the outbound rule in load balancer.OutboundRulePropertiesFormat.protocol()Get the protocol property: The protocol for the outbound rule in load balancer.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type LoadBalancerOutboundRuleProtocolModifier and TypeMethodDescriptionOutboundRuleInner.withProtocol(LoadBalancerOutboundRuleProtocol protocol) Set the protocol property: The protocol for the outbound rule in load balancer.OutboundRulePropertiesFormat.withProtocol(LoadBalancerOutboundRuleProtocol protocol) Set the protocol property: The protocol for the outbound rule in load balancer. -
Uses of LoadBalancerOutboundRuleProtocol in com.azure.resourcemanager.network.models
Subclasses with type arguments of type LoadBalancerOutboundRuleProtocol in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe protocol for the outbound rule in load balancer.Subinterfaces with type arguments of type LoadBalancerOutboundRuleProtocol in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an outbound rule.static interfaceThe stage of an outbound rule definition allowing to specify the transport protocol.static interfaceThe stage of an outbound rule update allowing to specify the transport protocol for the rule to apply to.Fields in com.azure.resourcemanager.network.models declared as LoadBalancerOutboundRuleProtocolModifier and TypeFieldDescriptionstatic final LoadBalancerOutboundRuleProtocolLoadBalancerOutboundRuleProtocol.ALLStatic value All for LoadBalancerOutboundRuleProtocol.static final LoadBalancerOutboundRuleProtocolLoadBalancerOutboundRuleProtocol.TCPStatic value Tcp for LoadBalancerOutboundRuleProtocol.static final LoadBalancerOutboundRuleProtocolLoadBalancerOutboundRuleProtocol.UDPStatic value Udp for LoadBalancerOutboundRuleProtocol.Methods in com.azure.resourcemanager.network.models that return LoadBalancerOutboundRuleProtocolModifier and TypeMethodDescriptionLoadBalancerOutboundRuleProtocol.fromString(String name) Creates or finds a LoadBalancerOutboundRuleProtocol from its string representation.LoadBalancerOutboundRule.protocol()Gets outbound rule protocol.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerOutboundRuleProtocolModifier and TypeMethodDescriptionLoadBalancerOutboundRuleProtocol.values()Gets known LoadBalancerOutboundRuleProtocol values.