IWithAttach<ParentT> Interface

Definition

The final stage of the route filter rule definition. At this stage, any remaining optional settings can be specified, or the route filter rule definition can be attached to the parent route filter group definition using WithAttach.attach().

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

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Properties

AllowAccess

Gets Set 'Allow' acces type of the rule.

(Inherited from IWithAccessType<ParentT>)
DenyAccess

Gets Set 'Deny' access type of the rule.

(Inherited from IWithAccessType<ParentT>)

Methods

Attach() (Inherited from IInDefinition<ParentT>)

Applies to