Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkConnection

Package version

Network related settings

Hierarchy

Index

Properties

Optional domainJoinType

domainJoinType: DomainJoinType

AAD Join type.

Optional domainName

domainName: undefined | string

Active Directory domain name

Optional domainPassword

domainPassword: undefined | string

The password for the account used to join domain

Optional domainUsername

domainUsername: undefined | string

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.

Optional healthCheckStatus

healthCheckStatus: 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.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

The geo-location where the resource lives

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional networkingResourceGroupName

networkingResourceGroupName: undefined | string

The name for resource group where NICs will be placed.

Optional organizationUnit

organizationUnit: undefined | string

Active Directory domain Organization Unit (OU)

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subnetId

subnetId: undefined | string

The subnet to attach Virtual Machines to

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Resource tags.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc