Interface NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InDefinition.attach()
All Superinterfaces:
Attachable.InDefinition<ParentT>, NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>, NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>
All Known Subinterfaces:
NetworkSecurityRule.Definition<ParentT>
Enclosing interface:
NetworkSecurityRule.DefinitionStages

public static interface NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>, NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>
The final stage of the security rule definition.

At this stage, any remaining optional settings can be specified, or the security rule definition can be attached to the parent network security group definition using Attachable.InDefinition.attach().