Interface NetworkConnection.DefinitionStages.WithDomainPassword

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

public static interface NetworkConnection.DefinitionStages.WithDomainPassword
The stage of the NetworkConnection definition allowing to specify domainPassword.
  • Method Details

    • withDomainPassword

      NetworkConnection.DefinitionStages.WithCreate withDomainPassword(String domainPassword)
      Specifies the domainPassword property: The password for the account used to join domain.
      Parameters:
      domainPassword - The password for the account used to join domain.
      Returns:
      the next definition stage.