NetworkProperties interface
Network properties
- Extends
Properties
domain |
AAD Join type. |
health |
Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. NOTE: This property will not be serialized. It can only be populated by the server. |
networking |
The name for resource group where NICs will be placed. |
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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
domainJoinType
AAD Join type.
domainJoinType: string
Property Value
string
healthCheckStatus
Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. NOTE: This property will not be serialized. It can only be populated by the server.
healthCheckStatus?: string
Property Value
string
networkingResourceGroupName
The name for resource group where NICs will be placed.
networkingResourceGroupName?: string
Property Value
string
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
domainName
Active Directory domain name
domainName?: string
Property Value
string
Inherited From NetworkConnectionUpdateProperties.domainName
domainPassword
The password for the account used to join domain
domainPassword?: string
Property Value
string
Inherited From NetworkConnectionUpdateProperties.domainPassword
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
Inherited From NetworkConnectionUpdateProperties.domainUsername
organizationUnit
Active Directory domain Organization Unit (OU)
organizationUnit?: string
Property Value
string
Inherited From NetworkConnectionUpdateProperties.organizationUnit
subnetId
The subnet to attach Virtual Machines to
subnetId?: string
Property Value
string
Inherited From NetworkConnectionUpdateProperties.subnetId