Interface NetworkConnection.UpdateStages.WithDomainName

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

public static interface NetworkConnection.UpdateStages.WithDomainName
The stage of the NetworkConnection update allowing to specify domainName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDomainName(String domainName)
    Specifies the domainName property: Active Directory domain name.
  • Method Details

    • withDomainName

      NetworkConnection.Update withDomainName(String domainName)
      Specifies the domainName property: Active Directory domain name.
      Parameters:
      domainName - Active Directory domain name.
      Returns:
      the next definition stage.