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