Uses of Class
com.microsoft.azure.management.network.SecurityRuleProtocol
-
Packages that use SecurityRuleProtocol Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of SecurityRuleProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as SecurityRuleProtocol Modifier and Type Field Description static SecurityRuleProtocolSecurityRuleProtocol. ASTERISKStatic value * for SecurityRuleProtocol.static SecurityRuleProtocolSecurityRuleProtocol. TCPStatic value Tcp for SecurityRuleProtocol.static SecurityRuleProtocolSecurityRuleProtocol. UDPStatic value Udp for SecurityRuleProtocol.Methods in com.microsoft.azure.management.network that return SecurityRuleProtocol Modifier and Type Method Description static SecurityRuleProtocolSecurityRuleProtocol. fromString(String name)Creates or finds a SecurityRuleProtocol from its string representation.SecurityRuleProtocolNetworkSecurityRule. protocol()Methods in com.microsoft.azure.management.network that return types with arguments of type SecurityRuleProtocol Modifier and Type Method Description static Collection<SecurityRuleProtocol>SecurityRuleProtocol. values()Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleProtocol Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>NetworkSecurityRule.DefinitionStages.WithProtocol. withProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithProtocol. withProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.NetworkSecurityRule.UpdateNetworkSecurityRule.UpdateStages.WithProtocol. withProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.
-