Interface OutboundEndpoint.DefinitionStages.WithSubnet

All Known Subinterfaces:
OutboundEndpoint.Definition
Enclosing interface:
OutboundEndpoint.DefinitionStages

public static interface OutboundEndpoint.DefinitionStages.WithSubnet
The stage of the OutboundEndpoint definition allowing to specify subnet.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSubnet(com.azure.core.management.SubResource subnet)
    Specifies the subnet property: The reference to the subnet used for the outbound endpoint..
  • Method Details

    • withSubnet

      OutboundEndpoint.DefinitionStages.WithCreate withSubnet(com.azure.core.management.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.