Uses of Class
com.azure.resourcemanager.network.models.TransportProtocol
-
Packages that use TransportProtocol Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 TransportProtocol Modifier and Type Method Description TransportProtocolInboundNatPoolPropertiesFormat. protocol()Get the protocol property: The reference to the transport protocol used by the inbound NAT pool.TransportProtocolInboundNatRuleInner. protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.TransportProtocolInboundNatRulePropertiesFormatInner. protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.TransportProtocolLoadBalancingRuleInner. protocol()Get the protocol property: The reference to the transport protocol used by the load balancing rule.TransportProtocolLoadBalancingRulePropertiesFormat. 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 TransportProtocol Modifier and Type Method Description InboundNatPoolPropertiesFormatInboundNatPoolPropertiesFormat. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.InboundNatRuleInnerInboundNatRuleInner. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the load balancing rule.InboundNatRulePropertiesFormatInnerInboundNatRulePropertiesFormatInner. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRuleInnerLoadBalancingRuleInner. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the load balancing rule.LoadBalancingRulePropertiesFormatLoadBalancingRulePropertiesFormat. 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 TransportProtocol Modifier and Type Field Description static TransportProtocolTransportProtocol. ALLStatic value All for TransportProtocol.static TransportProtocolTransportProtocol. TCPStatic value Tcp for TransportProtocol.static TransportProtocolTransportProtocol. UDPStatic value Udp for TransportProtocol.Methods in com.azure.resourcemanager.network.models that return TransportProtocol Modifier and Type Method Description static TransportProtocolTransportProtocol. fromString(String name)Creates or finds a TransportProtocol from its string representation.TransportProtocolInboundNatPool. protocol()Get the protocol property: The reference to the transport protocol used by the inbound NAT pool.TransportProtocolInboundNatRulePortMapping. 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 TransportProtocol Modifier and Type Method Description static Collection<TransportProtocol>TransportProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type TransportProtocol Modifier and Type Method Description InboundNatPoolInboundNatPool. withProtocol(TransportProtocol protocol)Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.
-