GetNetworkConnectionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

AAD Join type.

Link copied to clipboard
val domainName: String? = null

Active Directory domain name

Link copied to clipboard
val domainPassword: String? = null

The password for the account used to join domain

Link copied to clipboard
val domainUsername: String? = null

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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

The subnet to attach Virtual Machines to

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"