IWithAttach<ParentT> Interface

Definition

The final stage of the subnet definition. At this stage, any remaining optional settings can be specified, or the subnet definition can be attached to the parent virtual network definition.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithDelegation<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithNetworkSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithRouteTable<ParentT>, Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithNetworkSecurityGroup<'ParentT>
    interface IWithRouteTable<'ParentT>
    interface IWithServiceEndpoint<'ParentT>
    interface IBeta
    interface IWithDelegation<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithDelegation(Of ParentT), IWithNetworkSecurityGroup(Of ParentT), IWithRouteTable(Of ParentT), IWithServiceEndpoint(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithAccessFromService(ServiceEndpointType)

Specifies a service endpoint to enable access from.

(Inherited from IWithServiceEndpoint<ParentT>)
WithDelegation(String)

Specifies a service name for subnet delegation.

(Inherited from IWithDelegation<ParentT>)
WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

Assigns an existing network security group to this subnet.

(Inherited from IWithNetworkSecurityGroup<ParentT>)
WithExistingNetworkSecurityGroup(String)

Assigns an existing network security group to this subnet.

(Inherited from IWithNetworkSecurityGroup<ParentT>)
WithExistingRouteTable(IRouteTable)

Specifies an existing route table to associate with the subnet.

(Inherited from IWithRouteTable<ParentT>)
WithExistingRouteTable(String)

Specifies an existing route table to associate with the subnet.

(Inherited from IWithRouteTable<ParentT>)

Applies to