Uses of Class
com.azure.resourcemanager.network.models.InboundSecurityRulesProtocol
-
Packages that use InboundSecurityRulesProtocol Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of InboundSecurityRulesProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as InboundSecurityRulesProtocol Modifier and Type Field Description static InboundSecurityRulesProtocolInboundSecurityRulesProtocol. TCPStatic value TCP for InboundSecurityRulesProtocol.static InboundSecurityRulesProtocolInboundSecurityRulesProtocol. UDPStatic value UDP for InboundSecurityRulesProtocol.Methods in com.azure.resourcemanager.network.models that return InboundSecurityRulesProtocol Modifier and Type Method Description static InboundSecurityRulesProtocolInboundSecurityRulesProtocol. fromString(String name)Creates or finds a InboundSecurityRulesProtocol from its string representation.InboundSecurityRulesProtocolInboundSecurityRules. protocol()Get the protocol property: Protocol.Methods in com.azure.resourcemanager.network.models that return types with arguments of type InboundSecurityRulesProtocol Modifier and Type Method Description static Collection<InboundSecurityRulesProtocol>InboundSecurityRulesProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type InboundSecurityRulesProtocol Modifier and Type Method Description InboundSecurityRulesInboundSecurityRules. withProtocol(InboundSecurityRulesProtocol protocol)Set the protocol property: Protocol.
-