Microsoft.Azure.Management.Network.Fluent.Subnet.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of the subnet definition.

IDefinition<ParentT>

The entirety of a Subnet definition.

IWithAddressPrefix<ParentT>

The stage of the subnet definition allowing to specify the address space for the subnet.

IWithAttach<ParentT>

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.

IWithDelegation<ParentT>

The stage of a subnet definition allowing to enable subnet delegation.

IWithNetworkSecurityGroup<ParentT>

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

IWithRouteTable<ParentT>

The stage of a subnet definition allowing to specify a route table to associate with the subnet.

IWithServiceEndpoint<ParentT>

The stage of a subnet definition allowing to enable access from a service endpoint to the subnet.