Interface HostPool.UpdateStages.WithPublicNetworkAccess

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

public static interface HostPool.UpdateStages.WithPublicNetworkAccess
The stage of the HostPool update allowing to specify publicNetworkAccess.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
  • Method Details

    • withPublicNetworkAccess

      HostPool.Update withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
      Parameters:
      publicNetworkAccess - Enabled to allow this resource to be access from the public network.
      Returns:
      the next definition stage.