Interface NetworkConnection.UpdateStages.WithDomainUsername

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

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

    Modifier and Type
    Method
    Description
    withDomainUsername(String domainUsername)
    Specifies the domainUsername property: The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory.
  • Method Details

    • withDomainUsername

      NetworkConnection.Update withDomainUsername(String domainUsername)
      Specifies the domainUsername property: The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com..
      Parameters:
      domainUsername - The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com.
      Returns:
      the next definition stage.