NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

Implements

WithDescription<ParentT> WithPriority<ParentT> InDefinition<ParentT>

public static interface NetworkSecurityRule.DefinitionStages.WithAttach
extends InDefinition<ParentT>, WithPriority<ParentT>, 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 WithAttach#attach().

Applies to