Interface NetworkConnection.DefinitionStages.WithDomainUsername

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

public static interface NetworkConnection.DefinitionStages.WithDomainUsername
The stage of the NetworkConnection definition 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.DefinitionStages.WithCreate 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.