Interface Site.DefinitionStages.WithNetworkFunctions

All Known Subinterfaces:
Site.Definition, Site.DefinitionStages.WithCreate
Enclosing interface:
Site.DefinitionStages

public static interface Site.DefinitionStages.WithNetworkFunctions
The stage of the Site definition allowing to specify networkFunctions.
  • Method Summary

    Modifier and Type
    Method
    Description
    withNetworkFunctions(List<com.azure.core.management.SubResource> networkFunctions)
    Specifies the networkFunctions property: An array of IDs of the network functions deployed on the site, maintained by the user..
  • Method Details

    • withNetworkFunctions

      Site.DefinitionStages.WithCreate withNetworkFunctions(List<com.azure.core.management.SubResource> networkFunctions)
      Specifies the networkFunctions property: An array of IDs of the network functions deployed on the site, maintained by the user..
      Parameters:
      networkFunctions - An array of IDs of the network functions deployed on the site, maintained by the user.
      Returns:
      the next definition stage.