Interface NetworkSecurityRule.UpdateDefinitionStages
-
- Enclosing interface:
- NetworkSecurityRule
public static interface NetworkSecurityRule.UpdateDefinitionStagesGrouping of security rule definition stages applicable as part of a network security group update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkSecurityRule.UpdateDefinitionStages.Blank<ParentT>The first stage of a security rule description as part of an update of a networking security group.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the security rule definition.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>The stage of the network rule definition allowing the destination address to be specified.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>The stage of the network rule definition allowing the destination port(s) to be specified.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>The stage of the network rule description allowing the direction and the access type to be specified.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>The stage of the security rule definition allowing the protocol that the rule applies to to be specified.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>The stage of the network rule definition allowing the source address to be specified.static interfaceNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>The stage of the network rule definition allowing the source port(s) to be specified.
-