Interface Account.DefinitionStages.WithPublicNetworkAccess

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

public static interface Account.DefinitionStages.WithPublicNetworkAccess
The stage of the Account definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      Account.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the account..
      Parameters:
      publicNetworkAccess - Whether or not public network access is allowed for the account.
      Returns:
      the next definition stage.