Interface BatchAccount.UpdateStages.WithNetworkProfile

All Known Subinterfaces:
BatchAccount.Update
Enclosing interface:
BatchAccount.UpdateStages

public static interface BatchAccount.UpdateStages.WithNetworkProfile
The stage of the BatchAccount update allowing to specify networkProfile.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..
  • Method Details

    • withNetworkProfile

      BatchAccount.Update withNetworkProfile(NetworkProfile networkProfile)
      Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..
      Parameters:
      networkProfile - The network profile only takes effect when publicNetworkAccess is enabled.
      Returns:
      the next definition stage.