Interface NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NetworkSecurityRule.UpdateDefinition<ParentT>
- Enclosing interface:
- NetworkSecurityRule.UpdateDefinitionStages
public static interface NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>The stage of the security rule definition 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.UpdateDefinitionStages.WithAttach<ParentT>withAnyProtocol()Makes this rule apply to any supported protocol.NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>withProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.
-
-
-
Method Detail
-
withProtocol
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> 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.UpdateDefinitionStages.WithAttach<ParentT> withAnyProtocol()
Makes this rule apply to any supported protocol.- Returns:
- the next stage of the definition
-
-