IWithAttach<ParentT> Interface

Definition

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().

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithDescription<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithPriority<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithPriority<'ParentT>
    interface IWithDescription<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithDescription(Of ParentT), IWithPriority(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDescription(String)

Specifies a description for this security rule.

(Inherited from IWithDescription<ParentT>)
WithPriority(Int32)

Specifies the priority to assign to this rule. Security rules are applied in the order of their assigned priority.

(Inherited from IWithPriority<ParentT>)

Applies to