Package version:

Interface NetworkConnectionUpdate

The network connection properties for partial update. Properties not provided in the update request will not be changed.

Hierarchy

Properties

domainName?: string

Active Directory domain name

domainPassword?: string

The password for the account used to join domain

domainUsername?: string

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.

location?: string

The geo-location where the resource lives

organizationUnit?: string

Active Directory domain Organization Unit (OU)

subnetId?: string

The subnet to attach Virtual Machines to

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc