NetworkConnectionUpdate interface
The network connection properties for partial update. Properties not provided in the update request will not be changed.
- Extends
Properties
| domain |
Active Directory domain name |
| domain |
The password for the account used to join domain |
| domain |
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. |
| organization |
Active Directory domain Organization Unit (OU) |
| subnet |
The subnet to attach Virtual Machines to |
Property Details
domainName
Active Directory domain name
domainName?: string
Property Value
string
domainPassword
The password for the account used to join domain
domainPassword?: string
Property Value
string
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.
domainUsername?: string
Property Value
string
organizationUnit
Active Directory domain Organization Unit (OU)
organizationUnit?: string
Property Value
string
subnetId
The subnet to attach Virtual Machines to
subnetId?: string
Property Value
string
Inherited Property Details
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited From TrackedResourceUpdate.location
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResourceUpdate.tags