Network Interface Args
constructor(auxiliaryMode: Output<Either<String, NetworkInterfaceAuxiliaryMode>>? = null, auxiliarySku: Output<Either<String, NetworkInterfaceAuxiliarySku>>? = null, disableTcpStateTracking: Output<Boolean>? = null, dnsSettings: Output<NetworkInterfaceDnsSettingsArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, enableIPForwarding: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, id: Output<String>? = null, ipConfigurations: Output<List<NetworkInterfaceIPConfigurationArgs>>? = null, location: Output<String>? = null, migrationPhase: Output<Either<String, NetworkInterfaceMigrationPhase>>? = null, networkInterfaceName: Output<String>? = null, networkSecurityGroup: Output<NetworkSecurityGroupArgs>? = null, nicType: Output<Either<String, NetworkInterfaceNicType>>? = null, privateLinkService: Output<PrivateLinkServiceArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, workloadType: Output<String>? = null)