Uses of Class
com.azure.resourcemanager.network.models.TransportProtocol
Packages that use TransportProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of TransportProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return TransportProtocolModifier and TypeMethodDescriptionInboundNatPoolPropertiesFormat.protocol()Get the protocol property: The reference to the transport protocol used by the inbound NAT pool.InboundNatRuleInner.protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.InboundNatRulePropertiesFormatInner.protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRuleInner.protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRulePropertiesFormat.protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type TransportProtocolModifier and TypeMethodDescriptionInboundNatPoolPropertiesFormat.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.InboundNatRuleInner.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.InboundNatRulePropertiesFormatInner.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRuleInner.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRulePropertiesFormat.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule. -
Uses of TransportProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as TransportProtocolModifier and TypeFieldDescriptionstatic final TransportProtocolTransportProtocol.ALLStatic value All for TransportProtocol.static final TransportProtocolTransportProtocol.TCPStatic value Tcp for TransportProtocol.static final TransportProtocolTransportProtocol.UDPStatic value Udp for TransportProtocol.Methods in com.azure.resourcemanager.network.models that return TransportProtocolModifier and TypeMethodDescriptionstatic TransportProtocolTransportProtocol.fromString(String name) Creates or finds a TransportProtocol from its string representation.InboundNatPool.protocol()Get the protocol property: The reference to the transport protocol used by the inbound NAT pool.InboundNatRulePortMapping.protocol()Get the protocol property: The reference to the transport protocol used by the inbound NAT rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type TransportProtocolModifier and TypeMethodDescriptionstatic Collection<TransportProtocol> TransportProtocol.values()Gets known TransportProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type TransportProtocolModifier and TypeMethodDescriptionInboundNatPool.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.