Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleProtocol
Packages that use SecurityRuleProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityRuleProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityRuleProtocolModifier and TypeMethodDescriptionSecurityRuleInner.protocol()Get the protocol property: Network protocol this rule applies to.SecurityRulePropertiesFormat.protocol()Get the protocol property: Network protocol this rule applies to.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityRuleProtocolModifier and TypeMethodDescriptionSecurityRuleInner.withProtocol(SecurityRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.SecurityRulePropertiesFormat.withProtocol(SecurityRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to. -
Uses of SecurityRuleProtocol in com.azure.resourcemanager.network.models
Subclasses with type arguments of type SecurityRuleProtocol in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classNetwork protocol this rule applies to.Fields in com.azure.resourcemanager.network.models declared as SecurityRuleProtocolModifier and TypeFieldDescriptionstatic final SecurityRuleProtocolSecurityRuleProtocol.AHStatic value Ah for SecurityRuleProtocol.static final SecurityRuleProtocolSecurityRuleProtocol.ASTERISKStatic value * for SecurityRuleProtocol.static final SecurityRuleProtocolSecurityRuleProtocol.ESPStatic value Esp for SecurityRuleProtocol.static final SecurityRuleProtocolSecurityRuleProtocol.ICMPStatic value Icmp for SecurityRuleProtocol.static final SecurityRuleProtocolSecurityRuleProtocol.TCPStatic value Tcp for SecurityRuleProtocol.static final SecurityRuleProtocolSecurityRuleProtocol.UDPStatic value Udp for SecurityRuleProtocol.Methods in com.azure.resourcemanager.network.models that return SecurityRuleProtocolModifier and TypeMethodDescriptionstatic SecurityRuleProtocolSecurityRuleProtocol.fromString(String name) Creates or finds a SecurityRuleProtocol from its string representation.NetworkSecurityRule.protocol()Gets the network protocol the rule applies to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityRuleProtocolModifier and TypeMethodDescriptionstatic Collection<SecurityRuleProtocol> SecurityRuleProtocol.values()Gets known SecurityRuleProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleProtocolModifier and TypeMethodDescriptionNetworkSecurityRule.DefinitionStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) Specifies the protocol that this rule applies to.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) Specifies the protocol that this rule applies to.NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) Specifies the protocol that this rule applies to.