Interface NetworkSecurityRule.UpdateStages
-
- Enclosing interface:
- NetworkSecurityRule
public static interface NetworkSecurityRule.UpdateStagesGrouping of security rule update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroupThe stage of the network rule description allowing the destination address to be specified.static interfaceNetworkSecurityRule.UpdateStages.WithDestinationPortThe stage of the network rule description allowing the destination port(s) to be specified.static interfaceNetworkSecurityRule.UpdateStages.WithDirectionAccessThe stage of the network rule description allowing the direction and the access type to be specified.static interfaceNetworkSecurityRule.UpdateStages.WithProtocolThe stage of the security rule description allowing the protocol that the rule applies to to be specified.static interfaceNetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroupThe stage of the network rule description allowing the source address to be specified.static interfaceNetworkSecurityRule.UpdateStages.WithSourcePortThe stage of the network rule description allowing the source port(s) to be specified.
-