Get Network Connection Result
data class GetNetworkConnectionResult(val azureApiVersion: String, val domainJoinType: String, val domainName: String? = null, val domainPassword: String? = null, val domainUsername: String? = null, val healthCheckStatus: String, val id: String, val location: String, val name: String, val networkingResourceGroupName: String? = null, val organizationUnit: String? = null, val provisioningState: String, val subnetId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Network related settings
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, domainJoinType: String, domainName: String? = null, domainPassword: String? = null, domainUsername: String? = null, healthCheckStatus: String, id: String, location: String, name: String, networkingResourceGroupName: String? = null, organizationUnit: String? = null, provisioningState: String, subnetId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
AAD Join type.
Link copied to clipboard
Active Directory domain name
Link copied to clipboard
The password for the account used to join domain
Link copied to clipboard
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.
Link copied to clipboard
Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
Link copied to clipboard
The name for resource group where NICs will be placed.
Link copied to clipboard
Active Directory domain Organization Unit (OU)
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.