Interface NetworkSecurityRule.UpdateStages.WithProtocol
-
- All Known Subinterfaces:
NetworkSecurityRule.Update
- Enclosing interface:
- NetworkSecurityRule.UpdateStages
public static interface NetworkSecurityRule.UpdateStages.WithProtocolThe stage of the security rule description allowing the protocol that the rule applies to to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.UpdatewithAnyProtocol()Makes this rule apply to any supported protocol.NetworkSecurityRule.UpdatewithProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.
-
-
-
Method Detail
-
withProtocol
NetworkSecurityRule.Update withProtocol(SecurityRuleProtocol protocol)
Specifies the protocol that this rule applies to.- Parameters:
protocol- one of the supported protocols- Returns:
- the next stage of the definition
-
withAnyProtocol
NetworkSecurityRule.Update withAnyProtocol()
Makes this rule apply to any supported protocol.- Returns:
- the next stage of the definition
-
-