Uses of Class
com.azure.resourcemanager.network.models.InboundSecurityRulesProtocol
Packages that use InboundSecurityRulesProtocol
Package
Description
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 InboundSecurityRulesProtocolModifier and TypeFieldDescriptionstatic final InboundSecurityRulesProtocolInboundSecurityRulesProtocol.TCPStatic value TCP for InboundSecurityRulesProtocol.static final InboundSecurityRulesProtocolInboundSecurityRulesProtocol.UDPStatic value UDP for InboundSecurityRulesProtocol.Methods in com.azure.resourcemanager.network.models that return InboundSecurityRulesProtocolModifier and TypeMethodDescriptionstatic InboundSecurityRulesProtocolInboundSecurityRulesProtocol.fromString(String name) Creates or finds a InboundSecurityRulesProtocol from its string representation.InboundSecurityRules.protocol()Get the protocol property: Protocol.Methods in com.azure.resourcemanager.network.models that return types with arguments of type InboundSecurityRulesProtocolModifier and TypeMethodDescriptionInboundSecurityRulesProtocol.values()Gets known InboundSecurityRulesProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type InboundSecurityRulesProtocolModifier and TypeMethodDescriptionInboundSecurityRules.withProtocol(InboundSecurityRulesProtocol protocol) Set the protocol property: Protocol.