NetworkConnectionUpdate interface
部分更新的网络连接属性。 不会更改更新请求中未提供的属性。
属性
| domain |
Active Directory域名。 |
| domain |
用于加入域的帐户的密码。 |
| domain |
有权在 Active Directory 中创建计算机对象的 Active Directory 帐户(用户或服务帐户)的用户名。 必需格式:admin@contoso.com。 |
| location | 资源所在的地理位置。 |
| organization |
Active Directory域组织单位(OU)。 |
| subnet |
要附加到的子网虚拟机。 |
| tags | 资源标记。 |
属性详细信息
domainName
Active Directory域名。
domainName?: string
属性值
string
domainPassword
用于加入域的帐户的密码。
domainPassword?: string
属性值
string
domainUsername
有权在 Active Directory 中创建计算机对象的 Active Directory 帐户(用户或服务帐户)的用户名。 必需格式:admin@contoso.com。
domainUsername?: string
属性值
string
location
资源所在的地理位置。
location?: string
属性值
string
organizationUnit
Active Directory域组织单位(OU)。
organizationUnit?: string
属性值
string
subnetId
要附加到的子网虚拟机。
subnetId?: string
属性值
string
tags
资源标记。
tags?: Record<string, string>
属性值
Record<string, string>