Share via


IWithNetworkSecurityGroup<ParentT> Interface

Definition

The stage of the subnet definition allowing to specify the network security group to assign to the subnet.

public interface IWithNetworkSecurityGroup<ParentT>
type IWithNetworkSecurityGroup<'ParentT> = interface
Public Interface IWithNetworkSecurityGroup(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

Assigns an existing network security group to this subnet.

WithExistingNetworkSecurityGroup(String)

Assigns an existing network security group to this subnet.

Applies to