OutboundEndpoint.DefinitionStages.WithSubnet Interface

public static interface OutboundEndpoint.DefinitionStages.WithSubnet

The stage of the OutboundEndpoint definition allowing to specify subnet.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSubnet(SubResource subnet)

Specifies the subnet property: The reference to the subnet used for the outbound endpoint..

Method Details

withSubnet

public abstract OutboundEndpoint.DefinitionStages.WithCreate withSubnet(SubResource subnet)

Specifies the subnet property: The reference to the subnet used for the outbound endpoint..

Parameters:

subnet - The reference to the subnet used for the outbound endpoint.

Returns:

the next definition stage.

Applies to