Interface NetworkSecurityGroup.DefinitionStages.WithRule
-
- All Known Subinterfaces:
NetworkSecurityGroup.Definition,NetworkSecurityGroup.DefinitionStages.WithCreate
- Enclosing interface:
- NetworkSecurityGroup.DefinitionStages
public static interface NetworkSecurityGroup.DefinitionStages.WithRuleThe stage allowing to define a new security rule.When the security rule description is complete enough, use
Attachable.attach()to attach it to this network security group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.Blank<NetworkSecurityGroup.DefinitionStages.WithCreate>defineRule(String name)Starts the definition of a new security rule.
-
-
-
Method Detail
-
defineRule
NetworkSecurityRule.DefinitionStages.Blank<NetworkSecurityGroup.DefinitionStages.WithCreate> defineRule(String name)
Starts the definition of a new security rule.- Parameters:
name- the name for the new security rule- Returns:
- the first stage of the security rule definition
-
-